v1
latestOpenAPI 3.0.02026-07-2484509641.9 KBAudiences
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.
patch/studio/v1/audiences/{audienceId}/columns/{columnId}
Path parameters
audienceIdstring uuid required
The unique identifier for the audience
columnIdstring uuid required
The unique identifier for the column
Response
Success