Updates a customer-related custom attribute definition for a Square seller account.
Open in API Reference
The key of the custom attribute definition to update.
A string that contains no characters. In an API request this value will appear as ''. Can be used to remove a field’s value.
''
The custom attribute definition that contains the fields to update. This endpoint supports sparse updates, so only new or changed fields need to be included in the request. Only the following fields can be updated:
name
description
visibility
schema
Selection
For more information, see Updatable definition fields.
To enable optimistic concurrency control, include the optional version field and specify the current version of the custom attribute definition.
version
A nonexistent value. In an API request this value will appear as null. Can be used to clear a field entirely.
null
A unique identifier for this request, used to ensure idempotency. For more information, see Idempotency.
// No response received yet.