workspaces

Patch Workspace

Update a workspace.

patch/api/v1/workspaces/{workspace_id}

Path parameters

workspace_idstring uuid required

Request body

display_namestring required

Response

Successful Response

idstring uuid required
organization_idstring uuid nullable
created_atstring date-time required
display_namestring required
is_personalboolean required
is_deletedboolean required
tenant_handlestring nullable
data_plane_urlstring nullable

Changes

Changed in 1 of the 48 revisions of this API.1

    • added the optional property data_plane_url to the response with the 200 status

      response-optional-property-added