From 9760e77baed73877cee507737568465880167a50 Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Mon, 5 Dec 2011 22:31:44 +0100 Subject: [PATCH] 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(-) diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index 0528a52350..9ea5477d36 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -1364,7 +1364,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. -- 2.47.2