---
title: "Update a workspace"
method: PATCH
path: "/workspaces/{workspaceId}"
---

# Update a workspace

`PATCH /workspaces/{workspaceId}`

Updates a workspace's information by its ID.

## Path parameters

- `workspaceId` string, required

## Request body

- object
  - `name` string, required — The new name for the workspace

## Response `204`

Workspace updated successfully

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized
- `404` — Workspace not found

---

[API](https://skmtc.net/tally/apis/openapi.md) · [All operations](https://skmtc.net/tally/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tally/openapi/versions/3ae813325ad6/schema)
