latestOpenAPI 3.0.32026-08-10152216352.3 KB

eea119b4113f

Workspaces

Update Workspace Labels

Updates Labels for a specific Workspace

put/workspaces/{workspaceId}/labels

Request body

labelsstring[] required

List of labels to assign to the workspace

Response

Workspace Labels Updated Successfully

idstring required
workspaceNamestring required
labelsstring[] required
updatedAtstring date-time required

Example response

{
  "id": "507f1f77bcf86cd799439015",
  "workspaceName": "production-infra",
  "labels": [
    "production",
    "terraform",
    "critical"
  ]
}