---
title: "Update Workspace Labels"
method: PUT
path: "/workspaces/{workspaceId}/labels"
tags: ["Workspaces"]
---

# Update Workspace Labels

`PUT /workspaces/{workspaceId}/labels`

Updates Labels for a specific Workspace

## Request body

- UpdateWorkspaceLabelsRequest
  - `labels` string[], required — List of labels to assign to the workspace

## Response `200`

Workspace Labels Updated Successfully

- UpdateWorkspaceLabelsResponse
  - `id` string, required
  - `workspaceName` string, required
  - `labels` string[], required
  - `updatedAt` string, date-time, required

## Other responses

- `400` — Bad Request Error
- `401` — Unauthorized Error
- `403` — Insufficient permissions
- `404` — Not Found Error
- `500` — Internal Server Error

---

[API](https://skmtc.net/firefly/apis/api-gateway.md) · [All operations](https://skmtc.net/firefly/apis/api-gateway/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/firefly/api-gateway/revisions/eea119b4113f/schema)
