Update an existing group
cURL
curl --request PUT \ --url https://api.open.cx/groups/{groupId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "Support Team", "description": "Team responsible for customer support", "is_support_enabled": false }'
This response does not have an example.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successfully updated group
Was this page helpful?