update_contact_property
Update a contact property's fallback value to set a new default or clear it. Use this to change the default value for existing contacts without altering the property key or type.
Instructions
Update a contact property's fallback value (PATCH /contact-properties/:id). key/type are immutable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The contact property id. | |
| fallback_value | No | New default value (pass null to clear). |