From: Matt Selsky Date: Mon, 5 Dec 2011 21:25:49 +0000 (+0100) Subject: Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment X-Git-Tag: bugzilla-4.2rc1~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49dea8edc8a4579880fce0130a85f91132bd7cb3;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 723550b093..e825e1ee63 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -2498,7 +2498,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.