PATCH
/contact-properties/{id}
Update Contact Property
Compatibility endpoint to update contact property data.
Compatibility endpoint to update contact property data.
curl -X PATCH "http://localhost:8080/v1/contact-properties/id_123" \
-H "Authorization: Bearer <API_KEY>" \
-H "Content-Type: application/json" \
-d '{
"name": "Preferred Locale"
}'
{
"id": "id_123"
}
{
"name": "Preferred Locale"
}