---
title: "Update Folder"
method: PATCH
path: "/studio/v1/folders/{folderId}"
tags: ["Audiences"]
---

# Update Folder

`PATCH /studio/v1/folders/{folderId}`

Updates one or more attributes of an existing folder without requiring a full replacement.
Supported fields: `name`, `starred`, `description`, and `notes`. Only fields present in the request body are modified; all other attributes remain unchanged.
Use this endpoint to rename a folder, star or unstar it, or update its description and notes.
Returns `200` with the updated folder resource.
Returns `404` if no folder matches the provided `folderId`.

## Path parameters

- `folderId` string, uuid, required

## Response `200`

Success

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests

---

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