Audiences
Update audience
Rename an audience or update its variable schema.
Requires audiences:write.
Request
curl -X PATCH "https://api.blueticks.co/v1/audiences/string" \ -H "Content-Type: application/json" \ -d '{ "name": "string" }'{
"success": true,
"data": {
"id": "string",
"name": "string",
"contact_count": 0,
"created_at": "2019-08-24T14:15:22Z"
}
}{
"success": false,
"error": {
"code": "string",
"message": "string",
"request_id": "string",
"details": [
{
"path": "string",
"code": "string",
"message": "string"
}
]
}
}Path Parameters
id*string
Request Body
application/json
Response
Response Body
application/json
application/json