From c401947997ff3d88f7190b1689954d4c5a98c6e8 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sat, 18 Mar 2017 21:09:42 +0200 Subject: [PATCH] Fix doc styling --- docs/api.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api.rst b/docs/api.rst index d3551edba932..33846951df33 100644 --- a/docs/api.rst +++ b/docs/api.rst @@ -75,12 +75,12 @@ Optional 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 `_ format. -- **``include``**: A comma-separated list of nested relationships to include. -- **``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. -- **``per_page``**: The number of results to return per page. -- **``updated_at``**: Timestamp used as a filter to only show recently updated records. +- ``serializer``: Either array (the default) or json. If json is selected the data is returned using the `JSON API `_ format. +- ``include``: A comma-separated list of nested relationships to include. +- ``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. +- ``per_page``: The number of results to return per page. +- ``updated_at``: Timestamp used as a filter to only show recently updated records. Subscriptions """""""""""""