This commit is contained in:
jacoor 2017-03-07 02:40:58 +01:00 committed by Matt Westcott
parent ef5c61ece7
commit 40842fe8bf
2 changed files with 2 additions and 1 deletions

View file

@ -216,6 +216,7 @@ Contributors
* LB (Ben Johnston)
* Christine Ho
* Trent Holliday
* jacoor
Translators
===========

View file

@ -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