Update a company workspace
Workspaces
Update a company workspace
⚠️ ALPHA ENDPOINT - This endpoint is in alpha and subject to breaking changes. Use with caution in production environments.
Partially update a given workspace. The authenticated user must be a company or instance-level administrator.
Fields:
- name (string, optional): Desired workspace name
- description (string, optional): Desired workspace description. Send empty string or null to clear.
Permissions:
- Company Admins can update workspaces within their company
- Instance-level administrators can update any workspace
PATCH
Update a company workspace
Documentation Index
Fetch the complete documentation index at: https://docs.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The unique identifier of the workspace.
Body
Response
Workspace updated successfully
V3 Response serializer for company workspace creation and retrieval.