---
title: "Update Audience"
method: PATCH
path: "/studio/v1/audiences/{audienceId}"
tags: ["Audiences"]
---

# Update Audience

`PATCH /studio/v1/audiences/{audienceId}`

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

## Path parameters

- `audienceId` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `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)
