]> 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:24:12 +0000 (22:24 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Mon, 5 Dec 2011 21:24:12 +0000 (22:24 +0100)
r/a=mkanat

Bugzilla/WebService/Bug.pm

index 5d6d86326fb76849eaec0960c418680285070109..b2f909e1ee502a0f8fb6572518f1da970ad1b562 100644 (file)
@@ -2499,7 +2499,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.