Update a group
PUT/tap/api/v1/groups/:groupId
Updates a group. Only the fields present in the request body are changed. Requires the admin role.
Request
Responses
- 200
- 400
- 401
- 404
- 500
The updated group.
The group name was provided but empty.
The user is not authorized to access this resource.
No group exists with the given identifier.
The group could not be updated.