v1

latestOpenAPI 3.0.12026-07-26331033.7 KB
Workspaces

Update Workspace

Update workspace name or icon. Requires workspaces-write.

put/open/workspaces/{workspaceId}

Path parameters

workspaceIdnumber required

Request body

idnumber

The unique identifier for the workspace.

namestring

The name of the workspace.

iconstring

The emoji or icon representing the workspace.

settingsobject

General settings for the workspace.

Example request

{
  "id": 1,
  "name": "My Marketing Team",
  "icon": "🚀"
}

Response

Updated

idnumber

The unique identifier for the workspace.

namestring

The name of the workspace.

iconstring

The emoji or icon representing the workspace.

settingsobject

General settings for the workspace.

Example response

{
  "id": 1,
  "name": "My Marketing Team",
  "icon": "🚀"
}