⚠️ 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.
Standard update:
Convert to synced workspace:
Provide a datasource object to convert a manual workspace into a read-only synced workspace. This creates a datasource and schedules a first import immediately.
{
"datasource": {
"type": "googledrive|sharepoint|servicenow|webscrapper",
"name": "My datasource",
"credentials": { ... },
"filter_criteria": { ... }
}
}
Credentials per type:
service_account_file (JSON string)client_id, client_secret, tenant_id, site_id (optional), site_name (optional)instance_url, username, passwordFilter criteria per type:
folder_id (required), recursive (optional)folder_path (required), recursive (optional)doc_type (required, e.g. knowledge)start_url (required)Permissions:
Documentation Index
Fetch the complete documentation index at: https://developers.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier of the workspace.
V3 Request serializer for updating a workspace in the user's company.
Workspace updated successfully
V3 Response serializer for company workspace creation and retrieval.