Interface UpdateCustomFieldEnumValue

Hierarchy

  • UpdateCustomFieldEnumValue

Properties

color_key?: string

A color key associated with this EnumValue within the CustomField's domain.

enabled?: boolean

Whether this EnumValue is enabled for its CustomField or not. Leaving this key out of the request leaves the current enabled state untouched.

id?: string

The unique ID of an existing EnumValue within the CustomField's domain.

Format

uuid

value?: string

A string value within the domain of this Custom Field.

Min Length

1

Max Length

63

Generated using TypeDoc