Request
Property Name | Type | Required | Description |
---|---|---|---|
minimum-length | integer | Optional | Minimum length of text allowed in the custom field. |
maximum-length | integer | Optional | Maximum length of text allowed in the custom field. |
regex-validation | string | Optional | Validation of the custom field, represented as a regular expression. |
Response
Property Name | Type | Description |
---|---|---|
minimum-length | integer | Minimum length of text allowed in the custom field. |
maximum-length | integer | Maximum length of text allowed in the custom field. |
regex-validation | string | Validation of the custom field, represented as a regular expression. |