Update a workspace name. Requires admin or owner role.
cURL
curl --request PATCH \ --url https://api.example.com/api/v1/workspaces/{workspace_id} \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "slug": "<string>", "icon": "", "description": "" }
1 - 255
Successful Response
Contact support