From d96494907e3685db5fecab173fb814b6d0ef32ec Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 5 Dec 2011 22:24:12 +0100 Subject: Bug 692354: Incorrect parameter type in WebServices documentation for Bug.add_comment r/a=mkanat --- Bugzilla/WebService/Bug.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bugzilla') 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 (int) B - The id or alias of the bug to append a +=item C (int or string) B - The id or alias of the bug to append a comment to. =item C (string) B - The comment to append to the bug. -- cgit v1.2.3-24-g4f1b