summaryrefslogtreecommitdiffstats
path: root/docs/en/rst/api/core/v1/general.rst
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2016-02-18 15:55:52 +0100
committerDavid Lawrence <dkl@mozilla.com>2016-02-18 15:55:52 +0100
commit0ae0fecd06e72557bcd87a8f58e55968081cb2dd (patch)
tree550b80a558de1548e150c3d89a5aa7580c15e9e1 /docs/en/rst/api/core/v1/general.rst
parentdfa6603fddcfe9bd1c4c7a0f31c2689a01009105 (diff)
downloadbugzilla-0ae0fecd06e72557bcd87a8f58e55968081cb2dd.tar.gz
bugzilla-0ae0fecd06e72557bcd87a8f58e55968081cb2dd.tar.xz
Bug 1148577 - The API reST documentation should display the error codes/strings that could occur with each API call
r=gerv
Diffstat (limited to 'docs/en/rst/api/core/v1/general.rst')
-rw-r--r--docs/en/rst/api/core/v1/general.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/api/core/v1/general.rst b/docs/en/rst/api/core/v1/general.rst
index ab6ad05e2..f44b5b76f 100644
--- a/docs/en/rst/api/core/v1/general.rst
+++ b/docs/en/rst/api/core/v1/general.rst
@@ -210,8 +210,8 @@ would return something like:
**Excluding Fields**
-``exclude_fields``: The (case-sensitive) names of fields in the return value. The\
-fields specified will not be included in the returned hashes. Fields should
+``exclude_fields``: The (case-sensitive) names of fields in the return value. The
+fields specified will not be included in the returned objects. Fields should
be comma delimited.
Invalid field names are ignored.