Update group
PUT/groups/:groupId
Update a group with the given ID.
Request
Responses
- 200
- 400
- 401
- 404
- 500
The group was updated successfully.
The provided data is not valid.
The request lacks valid authentication credentials.
The group with the given ID was not found.
An internal error occurred while processing the request.