From: Matt Selsky Date: Mon, 5 Dec 2011 21:29:50 +0000 (+0100) Subject: Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment X-Git-Tag: bugzilla-3.6.7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4bc6d947e08f971d3d86c015329bb2859337354;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 98b5ac5d0b..3a13240071 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1909,7 +1909,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.