Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X PATCH 'https://api.example.com/workspaces/workspace_main' \ -H 'Authorization: Bearer YOUR_TOKEN' \ -H 'Content-Type: application/json' \ -d '{ "name": "Main Engineering" }'
{ "id": "workspace_main", "tenantId": "tenant_acme", "scopeId": "scope_workspace_main", "name": "Main Engineering" }
Update a workspace
Was this page helpful?