Skip to main content
PATCH
/
v1
/
workspaces
/
{workspace_id}
Update Workspace
curl --request PATCH \
  --url https://api.auriko.ai/v1/workspaces/{workspace_id} \
  --header 'Authorization: Bearer <token>'
Updates workspace settings. Requires owner role.
This endpoint uses session authentication, not API key authentication. See Authentication.
All parameters, request/response schemas, and examples are auto-generated from the OpenAPI specification.