@makehq/sdk
    Preparing search index...

    Type Alias CreateScenarioLabelBody

    Parameters for creating a new scenario label.

    type CreateScenarioLabelBody = {
        colour: ScenarioLabelColour;
        description?: string;
        name: string;
        teamId: number;
    }
    Index

    Properties

    Colour of the label

    description?: string

    Optional description of the label (max 500 characters)

    name: string

    Name of the label (1-30 characters)

    teamId: number

    ID of the team where the label will be created