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

# Update Workspace

`PUT /open/workspaces/{workspaceId}`

Update workspace name or icon. Requires `workspaces-write`.

## Path parameters

- `workspaceId` number, required

## Request body

- Workspace
  - `id` number — The unique identifier for the workspace.
  - `name` string — The name of the workspace.
  - `icon` string — The emoji or icon representing the workspace.
  - `settings` object — General settings for the workspace.

## Response `200`

Updated

- Workspace
  - `id` number — The unique identifier for the workspace.
  - `name` string — The name of the workspace.
  - `icon` string — The emoji or icon representing the workspace.
  - `settings` object — General settings for the workspace.

## Other responses

- `403` — Forbidden

---

[API](https://skmtc.dev/opnform/apis/opnform-api.md) · [All operations](https://skmtc.dev/opnform/apis/opnform-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/opnform/opnform-api/revisions/271b61a0082b/schema)
