@shortcut/client
    Preparing search index...

    Interface UpdateCustomField

    interface UpdateCustomField {
        after_id?: string;
        before_id?: string;
        description?: string;
        enabled?: boolean;
        icon_set_identifier?: string;
        name?: string;
        values?: UpdateCustomFieldEnumValue[];
    }
    Index

    Properties

    after_id?: string

    The ID of the CustomField we want to move this CustomField after.

    uuid

    before_id?: string

    The ID of the CustomField we want to move this CustomField before.

    uuid

    description?: string

    A description of the purpose of this field.

    enabled?: boolean

    Indicates whether the Field is enabled for the Workspace. Only enabled fields can be applied to Stories.

    icon_set_identifier?: string

    A frontend-controlled string that represents the icon for this custom field.

    1

    63

    name?: string

    A collection of objects representing reporting periods for years.

    1

    63

    A collection of EnumValue objects representing the values in the domain of some Custom Field.