diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 96fe9c8c0..7db542f1e 100644 --- a/CONTRIBUTORS.rst +++ b/CONTRIBUTORS.rst @@ -216,6 +216,7 @@ Contributors * LB (Ben Johnston) * Christine Ho * Trent Holliday +* jacoor Translators =========== diff --git a/docs/advanced_topics/api/v2/usage.rst b/docs/advanced_topics/api/v2/usage.rst index 20d41bcbc..7aeebda9e 100644 --- a/docs/advanced_topics/api/v2/usage.rst +++ b/docs/advanced_topics/api/v2/usage.rst @@ -424,7 +424,7 @@ the URL. For example: All exported fields will be returned in the response by default. You can use the ``?fields`` parameter to customise which fields are shown. -For example: ``/api/v2/pages/1/?fields_,title,body`` will return just the +For example: ``/api/v2/pages/1/?fields=title,body`` will return just the ``title`` and ``body`` of the page with the id of 1. Default endpoint fields