Update workspace details
Partially updates a workspace’s details, including description and configuration settings. Only the provided fields will be updated.
Authorization: Requires workspace manager permissions. Fields: Can update description and other workspace metadata.
Documentation Index
Fetch the complete documentation index at: https://docs.credibledata.com/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 organization Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$The unique identifier of the workspace Standard identifier pattern for resource names
^[a-zA-Z0-9_-]+$Body
Workspace update data
Updated description of the workspace
Response
Workspace updated successfully
Represents a collaborative workspace for team-based data modeling and analysis
The unique name of the workspace within its organization
^[a-zA-Z0-9_-]+$Human-readable description of the workspace's purpose and scope
ISO 8601 timestamp indicating when the workspace was created
ISO 8601 timestamp indicating when the workspace was last modified
Array of package resource identifiers that are accessible in this workspace
Path pattern supporting slashes, dots, and dashes
^[a-zA-Z0-9_/.-]+$The type of workspace. PersonalInfra for personal workspaces, Group for shared workspaces.
PersonalInfra, Group