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

Bugzilla/WebService/Bug.pm

index 0528a52350e25e2f3c18f54a5ffea7b72c66481d..9ea5477d3654d72518ea73651c1bcb20868b075f 100644 (file)
@@ -1364,7 +1364,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.