diff options
-rw-r--r-- | Bugzilla/WebService/Bug.pm | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Bug.pm b/Bugzilla/WebService/Bug.pm index d0dda1466..9b6aeb3e5 100644 --- a/Bugzilla/WebService/Bug.pm +++ b/Bugzilla/WebService/Bug.pm @@ -3311,6 +3311,8 @@ this bug. B<UNSTABLE> +=over + =item B<Description> Adds or removes tags on bugs. @@ -3346,6 +3348,8 @@ bugs--they will just be silently ignored. =back +=back + =item B<Returns> C<changes>, a hash containing bug IDs as keys and one single value @@ -3356,8 +3360,6 @@ See L</update_see_also> for an example of how it looks like. This method can throw the same errors as L</get>. -=back - =item B<History> =over |