ReferenceWorkspaces
Update a workspace
Update a workspace
Authorization
ApiKeyAuth x-api-key<token>
A platform key (ck_live_…). Mint one in the console under
Settings → API Keys.
In: header
Path Parameters
workspace_id*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/api/v1/workspaces/wsp_a1b2c3d4" \ -H "Content-Type: application/json" \ -d '{}'{ "workspace_id": "string", "tenant_id": "string", "name": "string", "description": "string", "slug": "string", "is_default": true, "primary_memory_id": "string", "created_at": "2019-08-24T14:15:22Z", "updated_at": "2019-08-24T14:15:22Z"}Was this page helpful?Report an issue