---
title: "Update a sequence folder"
method: PUT
path: "/v3/sequence-folders/{id}"
tags: ["Sequence Folders"]
---

# Update a sequence folder

`PUT /v3/sequence-folders/{id}`

<small>_Requires the `sequences:write` scope (or a broader one that includes it)._</small>

Updates an existing sequence folder

## Path parameters

- `id` string, uuid, required

## Request body

- object — Request body for updating a sequence folder
  - `name` string, required — Name of the folder

## Response `200`

Sequence folder updated successfully

- object — A folder for organizing sequences
  - `id` string, uuid — Unique identifier for the folder
  - `name` string — Name of the folder

## Other responses

- `400` — Validation failure on the request body
- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — User lacks required feature scope to modify this folder
- `404` — Sequence folder not found
- `409` — A sequence folder with the given name already exists
- `429` — Too Many Requests

---

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