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

Bugzilla/WebService/Bug.pm

index 723550b093b46c6fe3e402a86ec9d2cab9ca6399..e825e1ee63ce01cde83974a56a0af0b0c031dc28 100644 (file)
@@ -2498,7 +2498,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.