From: Matt Selsky Date: Mon, 5 Dec 2011 21:27:18 +0000 (+0100) Subject: Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment X-Git-Tag: bugzilla-4.0.3~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a01db809e3e609fadd3305510072971ce7af3148;p=thirdparty%2Fbugzilla.git Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment r/a=mkanat --- diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index b362fae175..fb17dae491 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2504,7 +2504,7 @@ This allows you to add a comment to a bug in Bugzilla. =over -=item C (int) B - The id or alias of the bug to append a +=item C (int or string) B - The id or alias of the bug to append a comment to. =item C (string) B - The comment to append to the bug.