v1

latestOpenAPI 3.1.0MIT2026-07-243952451019.0 KB
Workspace

Update Workspace

Update a workspace

put/workspaces/{id}

Path parameters

idstring required

Request body

Example request

{
  "workspace": {
    "workspace": {
      "name": "My Workspace",
      "subdomain": "mysubdomain"
    }
  }
}

Response

OK

idinteger

Workspace ID

public_idstring nullable

Workspace public ID

team_idinteger

Team ID

namestring

Workspace Name

subdomainstring

Subdomain

created_atstring date-time nullable

Added

updated_atstring date-time nullable

Updated

Example response

{
  "id": 42000,
  "public_id": "CblaAF",
  "team_id": 42000,
  "name": "Example Workspace",
  "subdomain": "example",
  "created_at": "2025-01-01T00:00:00.000Z",
  "updated_at": "2025-01-01T00:00:00.000Z"
}