From: Matt Selsky Date: Mon, 5 Dec 2011 21:31:44 +0000 (+0100) Subject: Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment X-Git-Tag: bugzilla-3.4.13~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9760e77baed73877cee507737568465880167a50;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 0528a52350..9ea5477d36 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1364,7 +1364,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.