Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 823 Bytes

UpdateCustomFieldEnumValue.md

File metadata and controls

12 lines (9 loc) · 823 Bytes

UpdateCustomFieldEnumValue

Properties

Name Type Description Notes
id string The unique ID of an existing EnumValue within the CustomField's domain. [optional]
value string A string value within the domain of this Custom Field. [optional]
colorKey string A color key associated with this EnumValue within the CustomField's domain. [optional]
enabled bool Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched. [optional]

[Back to Model list] [Back to API list] [Back to README]