Update Column

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 Params
uuid
required

The unique identifier for the audience

uuid
required

The unique identifier for the column

Body Params

Request body containing the column update details

JSON API model for Column update.

data
object

Column update request resource.

Responses

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/vnd.api+json