Change the put route for setting group members

This commit is contained in:
Girish Ramakrishnan
2016-10-01 17:33:50 -07:00
parent 7779e5da3b
commit 3ae7a514ef
3 changed files with 5 additions and 4 deletions

View File

@@ -862,9 +862,10 @@ Response (200):
### Set members
PUT `/api/v1/groups/:groupId` <scope>admin</scope>
PUT `/api/v1/groups/:groupId/members` <scope>admin</scope>
Sets the members of an existing group with id `groupId`.
Sets the members of an existing group with id `groupId`. Note that this replaces the
existing users with the provided userIds.
Request:
```