Update audience

Updates an existing audience. Only fields supplied in the body are changed; omitted fields are left untouched. Sending null for name returns 400 invalid_null because name is a required attribute on the audience. Returns the updated audience.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params

Body of a PUT /v1/audiences/{audience_id} request.

component_ids
array of strings
component_ids
component_references
array of objects
component_references

New enabled flag. Disabling an audience leaves the definition in place but prevents the runtime from evaluating it.


Static enabled

New display name. Same shape and 255-character cap as on POST /v1/audiences. Sending null returns 400 invalid_null because name is required on the audience.


Static name

tags
array of strings

Replaces the audience's tag set with the supplied set. Pass an empty set to clear all tags. Each tag must be 255 characters or fewer.

tags
Responses

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