workspace

Update Workspace

Update workspace metadata such as name, description, or public status. Changes are persisted to the database.

Only developers can change the is_public field.

patch/api/workspace/{workspace_ext_id}

Path parameters

workspace_ext_idstring required

Request body

namestring nullable
descriptionstring nullable
is_publicboolean nullable

Response

Successful Response

external_idstring required
namestring required
descriptionstring nullable required
is_publicboolean required
created_by_ext_idstring required
updated_by_ext_idstring nullable required
created_atstring date-time required
updated_atstring date-time required

Changes