Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment

r/a=mkanat


git-svn-id: svn://10.0.0.236/branches/BUGZILLA-3_6-BRANCH@263135 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mkanat%bugzilla.org 2011-12-05 21:35:28 +00:00
parent 9a9e9ee3cf
commit 34eb69f55e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7262
7263

View 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.