Update Audience Records
Update specific fields such as tags and call_count for a given audience ID.
Path Parameters |
---|
audienceID string — REQUIREDThe ID of the audience to update. |
Query Parameters |
---|
bot string — REQUIREDThe bot ID specific to your environment. |
Request Body — REQUIRED |
---|
_id stringThe unique ID of the audience. |
tags string[]Tags to assign to the audience. |
call_count integerNumber of calls associated with the audience. |
Responses | |||||
---|---|---|---|---|---|
200 Audience updated successfully.
| |||||
400 Invalid request or missing parameters. | |||||
401 Unauthorized request. Check your API key. |