Reinstate underscore in fields param, as per 40842fe8bf (commitcomment-21183519)

pull/2966/merge
Matt Westcott 2017-03-07 11:03:30 +00:00
rodzic 60f28f8dc3
commit 21f1292cf7
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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