JavaScript
Audiences
Update an audience
PUT /audiences/ creates a new audience or updates an existing one’s filter rules and definition by audience ID.
PUT
JavaScript
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
A unique identifier representing the audience id
Body
application/json
The name of the audience
A description of the audience
The logical operator (AND/OR) for the top-level filter
Available options:
AND, OR Filter configuration for audience membership containing an array of filter rules
Response
200 - application/json