Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 860 Bytes

UpdateCustomFieldEnumValue.md

File metadata and controls

15 lines (9 loc) · 860 Bytes

UpdateCustomFieldEnumValue

Properties

Name Type Description Notes
id String The unique ID of an existing EnumValue within the CustomField's domain. [optional] [default to nothing]
value String A string value within the domain of this Custom Field. [optional] [default to nothing]
color_key String A color key associated with this EnumValue within the CustomField's domain. [optional] [default to nothing]
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] [default to nothing]

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