@shortcut/client
    Preparing search index...

    Interface UpdateCustomFieldParams

    interface UpdateCustomFieldParams {
        after_id?: string;
        before_id?: string;
        description?: string;
        enabled?: boolean;
        icon_set_identifier?: string;
        name?: string;
        values?: UpdateCustomFieldEnumValueParams[];
        values_add?: UpdateCustomFieldEnumValueParams[];
        values_remove?: string[];
    }
    Index

    Properties

    after_id?: string

    Move this Custom Field to after the field with this ID.

    uuid

    before_id?: string

    Move this Custom Field to before the field with this ID.

    uuid

    description?: string

    A description of the Custom Field.

    1024

    enabled?: boolean

    Whether the Custom Field is enabled.

    icon_set_identifier?: string

    An identifier for the icon set for this Custom Field.

    1

    63

    name?: string

    The name of the Custom Field.

    1

    63

    The ordered list of enum values. Existing values not included will be deleted.

    Enum values to add to the Custom Field. Existing values are unchanged.

    values_remove?: string[]

    IDs of enum values to remove from the Custom Field.