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

# Update Column

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

Updates a specific column's definition within an audience.
Supported fields: `name`, `isFrozen`, and `isHidden`. Only fields present in the request body are modified.
Use this endpoint to rename a column or toggle its display state.
Returns `200` with the updated column resource.
Returns `400` if the update is invalid or the column is not editable (`isEditable: false`).
Returns `404` if the `audienceId` or `columnId` does not exist.

## Path parameters

- `audienceId` string, uuid, required
- `columnId` string, uuid, required

## Response `200`

Success

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `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)
