PUT /v1/contacts/{contactId}/properties/{propertyId}.⚠️ Keep property names under ~50 characters. Very long names risk colliding or breaking that generation, and nothing protects against it.
curl --location 'https://api.voxa.sa/v1/contact-property-definitions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"name": "TEST",
"type": 1,
"isRequired": false
}'{
"workspaceId": "d307b8...............",
"name": "Noshy",
"key": "noshy",
"type": 1,
"isRequired": false,
"selectOptions": [],
"lastModificationTime": null,
"lastModifierId": null,
"creationTime": "2026-06-21T11:36:39.2230722+00:00",
"creatorId": null,
"id": "3a21fc..............."
}