diff options
author | Matt Selsky <selsky@columbia.edu> | 2011-12-05 22:25:49 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-12-05 22:25:49 +0100 |
commit | 49dea8edc8a4579880fce0130a85f91132bd7cb3 (patch) | |
tree | 1c15336d6cee1c1f94f0867d695840c0e3f946a2 | |
parent | 0489dcca3dd271c5f25f1d7bc283913263414e5f (diff) | |
download | bugzilla-49dea8edc8a4579880fce0130a85f91132bd7cb3.tar.gz bugzilla-49dea8edc8a4579880fce0130a85f91132bd7cb3.tar.xz |
Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment
r/a=mkanat
-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 723550b09..e825e1ee6 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -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. |