Fix doc styling

This commit is contained in:
Hillel Coren 2017-03-18 21:09:42 +02:00
parent c68bbf252c
commit c401947997

View File

@ -75,12 +75,12 @@ Optional Settings
The following are optional query parameter settings: The following are optional query parameter settings:
- **``serializer``**: Either array (the default) or json. If json is selected the data is returned using the `JSON API <http://jsonapi.org/>`_ format. - ``serializer``: Either array (the default) or json. If json is selected the data is returned using the `JSON API <http://jsonapi.org/>`_ format.
- **``include``**: A comma-separated list of nested relationships to include. - ``include``: A comma-separated list of nested relationships to include.
- **``client_id``**: If set the results will be filtered by the client. - ``client_id``: If set the results will be filtered by the client.
- **``page``**: The page number of results to return when the results are paginated. - ``page``: The page number of results to return when the results are paginated.
- **``per_page``**: The number of results to return per page. - ``per_page``: The number of results to return per page.
- **``updated_at``**: Timestamp used as a filter to only show recently updated records. - ``updated_at``: Timestamp used as a filter to only show recently updated records.
Subscriptions Subscriptions
""""""""""""" """""""""""""