From 4a900ca342a9a61e190397ce41346109a866a1dc Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Sat, 7 Mar 2015 03:06:09 +0100 Subject: Bug.update_attachment returns 'attachments', not 'attachment' --- Bugzilla/WebService/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 Set to true if you specifically want a new flag to be created. =item B -A C with a single field, "attachment". This points to an array of hashes +A C with a single field, "attachments". This points to an array of hashes with the following fields: =over -- cgit v1.2.3-24-g4f1b