summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2015-03-07 03:06:09 +0100
committerFrédéric Buclin <LpSolit@gmail.com>2015-03-07 03:06:09 +0100
commit4a900ca342a9a61e190397ce41346109a866a1dc (patch)
tree661cfe3a2561e5c5aff9b6195b23fce1defb7c19 /Bugzilla/WebService
parentad6cd7c2f8585b2047e9bc8a37b9ab036f95db4f (diff)
downloadbugzilla-4a900ca342a9a61e190397ce41346109a866a1dc.tar.gz
bugzilla-4a900ca342a9a61e190397ce41346109a866a1dc.tar.xz
Bug.update_attachment returns 'attachments', not 'attachment'
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r--Bugzilla/WebService/Bug.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm
index 7045470c5..23d385cd4 100644
--- a/Bugzilla/WebService/Bug.pm
+++ b/Bugzilla/WebService/Bug.pm
@@ -3611,7 +3611,7 @@ C<boolean> Set to true if you specifically want a new flag to be created.
=item B<Returns>
-A C<hash> with a single field, "attachment". This points to an array of hashes
+A C<hash> with a single field, "attachments". This points to an array of hashes
with the following fields:
=over