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.
Authorizations
Path Parameters
Body
Body of a PUT /v1/audiences/{audience_id} request.
New enabled flag. Disabling an audience leaves the definition in place but prevents the runtime from evaluating it. Buildtime expressions use AudienceBuildtimeContext.
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. Buildtime expressions use AudienceBuildtimeContext.
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.
Response
Updated audience.
Stored audience definition. Fields name and enabled are unevaluated and appear in buildtime-evaluatable form.
Whether the audience is currently evaluated at runtime. Buildtime expressions use AudienceBuildtimeContext.
Stable Extole identifier for the audience.
Display name for the audience, in the same buildtime-evaluatable form that was supplied on create or update. Buildtime expressions use AudienceBuildtimeContext.
Free-form tags applied to the audience.
