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

Bugzilla/WebService/Bug.pm

index b362fae175b5fce498dee9816b367f9f840fb4c5..fb17dae491457c931e6fbb5df785cf27a0eb8030 100644 (file)
@@ -2504,7 +2504,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.