---
title: "Update a folder"
method: PATCH
path: "/workspaces/{workspaceId}/folders/{id}"
---

# Update a folder

`PATCH /workspaces/{workspaceId}/folders/{id}`

Renames a folder by its ID. Requires a Pro subscription.

## Path parameters

- `workspaceId` string, required
- `id` string, required

## Request body

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

## Response `204`

Folder updated successfully

## Other responses

- `400` — Invalid request body
- `401` — Unauthorized
- `404` — Folder 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)
