mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-12 01:03:11 +00:00
typo fix
This commit is contained in:
parent
ef5c61ece7
commit
40842fe8bf
2 changed files with 2 additions and 1 deletions
|
|
@ -216,6 +216,7 @@ Contributors
|
|||
* LB (Ben Johnston)
|
||||
* Christine Ho
|
||||
* Trent Holliday
|
||||
* jacoor
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue