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 | |||||
|---|---|---|---|---|---|
200Audience updated successfully.
| |||||
400Invalid request or missing parameters. | |||||
401Unauthorized request. Check your API key. |