From 154e70f32a2fe34cbeed80fbe1339a0b2657cfca Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Sat, 7 Mar 2015 03:08:12 +0100 Subject: [PATCH] Bug.update_attachment returns 'attachments', not 'attachment' --- Bugzilla/WebService/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 60ca6b6c37..c5d731b229 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -3539,7 +3539,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 -- 2.47.2