Update a workspace
Workspaces
Update a 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 an owner of the workspace.
Fields:
- name (string, optional): Desired workspace name (max 100 characters, cannot be empty)
- description (string, optional): Desired workspace description. Send empty string or null to clear.
Restrictions:
- Only CUSTOM workspaces can be updated (PERSONAL and COMPANY workspaces cannot be modified)
- Only workspace OWNER can update (EDITOR role, instance admins, and company admins cannot use this endpoint)
- Only name and description can be updated (members cannot be updated via this endpoint)
Note: To update workspace members, use the dedicated member management endpoints.
PATCH
Update a 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.