]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment
authorMatt Selsky <selsky@columbia.edu>
Mon, 5 Dec 2011 21:29:50 +0000 (22:29 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Dec 2011 21:29:50 +0000 (22:29 +0100)
r/a=mkanat

Bugzilla/WebService/Bug.pm

index 98b5ac5d0b35f667d84218a27f685910d36d403d..3a13240071f4beadd26b23c75f4077cd4bc685d1 100644 (file)
@@ -1909,7 +1909,7 @@ This allows you to add a comment to a bug in Bugzilla.
 
 =over
 
-=item C<id> (int) B<Required> - The id or alias of the bug to append a 
+=item C<id> (int or string) B<Required> - The id or alias of the bug to append a 
 comment to.
 
 =item C<comment> (string) B<Required> - The comment to append to the bug.