Audiences
Update audience contact
Edit a contact`s phone or variables.
Requires audiences:write.
Request
curl -X PATCH "https://api.blueticks.co/v1/audiences/string/contacts/string" \ -H "Content-Type: application/json" \ -d '{}'{
"success": true,
"data": {
"id": "string",
"to": "string",
"variables": {
"property1": "string",
"property2": "string"
},
"added_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
contactId*string
Request Body
application/json
Response
Response Body
application/json
application/json