Tenant status

Deprecated

Workspace Status Update Endpoint

patch

Endpoint used to update the internal status of an existing workspace.

Args: request: HTTP request. workspace_update: Workspace status update model. tenant_id: Deprecated, use workspace_id instead. workspace_id: ID of the workspace to update. Only required for internal services that are not authenticated with a workspace session token. auth_context: Auth context. workspace_manager: Workspace manager.

Raises: IllegalOperationError: If the user lacks permission to call this endpoint. ValueError: If the workspace update or workspace ID are required but not provided.

Returns: Model of the updated workspace or None if the workspace was deleted.

Authorizations
OAuth2clientCredentialsRequired
Token URL: Refresh URL:

OAuth2authorizationCodeRequired
Authorization URL: Token URL: Refresh URL:
Query parameters
tenant_idany ofOptional
string · uuidOptional
or
nullOptional
workspace_idany ofOptional
string · uuidOptional
or
nullOptional
Body
or
nullOptional
Responses
chevron-right
200

Successful Response

application/json
Responseany of
or
nullOptional
patch
/tenant_status

Last updated

Was this helpful?