curl --request PATCH \
--url https://api.example.com/api/public/contact/tags/{aiContactId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"tagsIds": [
123
]
}
'curl --request PATCH \
--url https://api.example.com/api/public/contact/tags/{aiContactId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <x-api-key>' \
--data '
{
"tagsIds": [
123
]
}
'Was this page helpful?