From: Simon Green Date: Sun, 24 Aug 2014 00:09:20 +0000 (+1000) Subject: Bug 1008766 - Fix typo in documentation (edit) X-Git-Tag: bugzilla-4.5.6~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfcf30644da6562d0c711620c6bd420c0332c609;p=thirdparty%2Fbugzilla.git Bug 1008766 - Fix typo in documentation (edit) r=glob, a=glob --- diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index eb85db9273..1bdeb49d1f 100644 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -315,7 +315,7 @@ hashes. Some RPC calls support specifying sub fields. If an RPC call states that it support sub field restrictions, you can restrict what information is -returned within the first field. For example, if you call Products.get +returned within the first field. For example, if you call Product.get with an include_fields of components.name, then only the component name would be returned (and nothing else). You can include the main field, and exclude a sub field.