Update a group
Update an existing group
Authorizations
AuthorizationstringRequired
Use Common JWT
Path parameters
groupIdstringRequiredExample:
Group id
60af77fd294165466ccdf510Header parameters
X-Symphony-Hoststring · min: 1RequiredExample:
headers to indentify the originator
localhost.symphony.comIf-MatchstringRequiredExample:
ETag of group to be updated
e3a52e72-0854-4401-8c24-e0b17c0ca304Body
anyOptional
and
Responses
200
Successful response. Returns the group just updated
application/json
Responseall of
and
400
Returned if missing required parameters or wrong parameters
application/json
401
Returned if wrong or missing JWT token
application/json
403
Returned if JWT token missing the required entitlement
application/json
404
Returned if groupId is not found
application/json
412
The update is rejected because concurrent update
application/json
429
Returned if the backend is overloaded
application/json
452
Returned if there is a violation in info barrier rules. This error is not relevant in case of a Company group
application/json
put
/v1/groups/{groupId}Last updated
Was this helpful?