Organization

Rename a workspace

Change a workspace's display name. Available to workspace owners, company owners, and properly permissioned API keys.

patch/workspaces/{workspace_id}

Path parameters

workspace_idstring required

Workspace ID

Headers

If-Matchstring

If-Match header according to http/1.1 spec section 14.24. Allows for enforced atomic updates, to prevent update collisions

Request body

namestring required

The new display name for the workspace

Response

The workspace after applying the update

idstring

The id of the workspace

namestring

The display name of the workspace

account_idstring

The id of the billing account that owns the workspace

created_timeinteger

Time at which the workspace was created, in epoch milliseconds

Changes

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