From 40842fe8bf38f5e9e425494c7fb642f56e8b654c Mon Sep 17 00:00:00 2001 From: jacoor Date: Tue, 7 Mar 2017 02:40:58 +0100 Subject: [PATCH] typo fix --- CONTRIBUTORS.rst | 1 + docs/advanced_topics/api/v2/usage.rst | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CONTRIBUTORS.rst b/CONTRIBUTORS.rst index 96fe9c8c08..7db542f1ef 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 20d41bcbce..7aeebda9e5 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