diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-12-05 22:24:12 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-05 22:24:12 +0100 |
commit | d96494907e3685db5fecab173fb814b6d0ef32ec (patch) | |
tree | f60da25b450b28fc45bbdfaa9e908df26a550f65 /Bugzilla/WebService | |
parent | 2ce90918cd61d1f06276eb118fa305f9311acd3e (diff) | |
download | bugzilla-d96494907e3685db5fecab173fb814b6d0ef32ec.tar.gz bugzilla-d96494907e3685db5fecab173fb814b6d0ef32ec.tar.xz |
Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment
r/a=mkanat
Diffstat (limited to 'Bugzilla/WebService')
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 5d6d86326..b2f909e1e 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -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. |