put /groups/{id}
Updates a group.
Update the group specified by the id
parameter.
Path parameters
- id (required)
- The ID of the group to be updated.
Request body
- body (required)
- Group The group details to update.
Responses
- 200
- Success. The details of the updated group are returned.
- 400
- The ID of the request is malformed or the body is malformed.
- 403
- The user is not authorized to perform an update request.
- 404
- The specified group was not found.