Update customer property definition
Updates the editable fields of an existing customer property. Only name, description, and type_configuration can be changed; type is immutable. At least one of name, description, or type_configuration must be provided. Required scope: customers:rw.
Authorizations
Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.
Body
At least one of name, description, or type_configuration must be provided. type is immutable.
Identifier of the property to update.
New name. Must be unique within the organization.
128512Per-type configuration. The format field is only applicable to properties of type timestamp; it must be empty for all other types.
Response
The updated customer property.
UUID generated by the store.
Human-readable property name, unique within the organization.
128Type of the customer property value. Assigned at creation and immutable.
bool, string, number, timestamp, link Per-type configuration. The format field is only applicable to properties of type timestamp; it must be empty for all other types.
512