@makehq/sdk
    Preparing search index...

    Type Alias UpdateCustomPropertyStructureItemBody

    Body for updating a custom property structure item. name and type cannot be changed.

    type UpdateCustomPropertyStructureItemBody = {
        description?: string;
        label?: string;
        options?: CustomPropertyStructureItemOption[];
        required?: boolean;
    }
    Index

    Properties

    description?: string

    New description, max 1024 characters

    label?: string

    New label, max 64 characters

    Full replacement set of available choices for 'dropdown'/'multiselect' items. The new set replaces the current one entirely; existing scenario data referencing removed options is not remapped. Only meaningful for those two types — not enforced by this type since type isn't part of the update body, only by the live API.

    required?: boolean

    Whether filling in this item is mandatory