@makehq/sdk
    Preparing search index...

    Type Alias UpdateScenarioLabelBody

    Parameters for updating a scenario label. At least one property must be provided.

    type UpdateScenarioLabelBody = {
        colour?: ScenarioLabelColour;
        description?: string | null;
        name?: string;
    }
    Index

    Properties

    New colour for the label

    description?: string | null

    New description for the label (max 500 characters). Use null to clear it; omit to leave unchanged

    name?: string

    New name for the label (1-30 characters)