cURL
curl --request PATCH \ --url https://charts.basedash.com/api/public/organizations/{orgId}/groups/{id} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "description": "<string>" } '
{ "data": { "id": "<string>", "createdAt": "2023-11-07T05:31:56Z", "updatedAt": "2023-11-07T05:31:56Z", "name": "<string>", "description": "<string>", "organizationId": "<string>", "memberCount": 1 } }
Updates an existing group. Requires admin access to the organization.
API key authentication using Bearer token format: Bearer <basedash_api_key>
Bearer <basedash_api_key>
Organization ID
Group ID
Name of the group
1
Optional description of the group
Group updated successfully
Show child attributes
Was this page helpful?