summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Group.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Bugzilla/WebService/Group.pm')
-rw-r--r--Bugzilla/WebService/Group.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Bugzilla/WebService/Group.pm b/Bugzilla/WebService/Group.pm
index 2d6689880..004804165 100644
--- a/Bugzilla/WebService/Group.pm
+++ b/Bugzilla/WebService/Group.pm
@@ -131,7 +131,7 @@ This allows you to create a new group in Bugzilla.
=item B<REST>
-POST /group
+POST /rest/group
The params to include in the POST body as well as the returned data format,
are the same as below.
@@ -221,7 +221,7 @@ This allows you to update a group in Bugzilla.
=item B<REST>
-PUT /group/<group_name_or_id>
+PUT /rest/group/<group_name_or_id>
The params to include in the PUT body as well as the returned data format,
are the same as below. The C<ids> param will be overridden as it is pulled