Update group
PATCH/groups/:groupKey
Update a group with the given key.
Request
Responses
- 204
- 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 groupKey is not found.
An internal error occurred while processing the request.