cURL
curl --request PATCH \ --url https://app.heyoo.ai/api/groups/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "id": "<string>", "name": "<string>", "count": 123, "createdAt": "<string>" }
Update a group in the workspace.
Default authentication mechanism
The ID of the group to update.
The name of the tag to create.
1 - 50
The description of the tag to create.
The updated group.
The unique ID of the group.
The name of the group.
The number of users in the group.
The creation date of the group.
Was this page helpful?