@makehq/sdk
    Preparing search index...

    Type Alias CreateScenarioBody

    Parameters for creating a new scenario.

    type CreateScenarioBody = {
        basedon?: string;
        blueprint: Blueprint | string;
        folderId?: number;
        scheduling: Scheduling | string;
        teamId: number;
    }
    Index

    Properties

    basedon?: string

    ID of an existing template to base this one on

    blueprint: Blueprint | string

    Blueprint containing the scenario configuration

    folderId?: number

    ID of the folder where the scenario will be placed

    scheduling: Scheduling | string

    Scheduling configuration for the scenario

    teamId: number

    ID of the team where the scenario will be created