Update profile attributes for all customers in audience
PUT {{baseUrl}}/v2/audience_customers/:audienceId/attributes
Update the specified profile attributes to the provided values for all customers in the specified audience.
Request Body
{"my_attribute_1"=>"some value", "my_attribute_2"=>"some other value", "my_attribute_3"=>"some other value"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |