@makehq/sdk
    Preparing search index...

    Type Alias BatchScenarioNotesBody

    Parameters for applying several note changes to a scenario in one request. All three action arrays are required by the API; pass an empty array for the actions you do not need.

    type BatchScenarioNotesBody = {
        create: CreateScenarioNoteBody[];
        delete: string[];
        scenarioVersionId?: number;
        update: BatchScenarioNotesUpdate[];
    }
    Index

    Properties

    Notes to create

    delete: string[]

    IDs of the notes to delete

    scenarioVersionId?: number

    ID of the scenario version the batch applies to

    Notes to update, each identified by its ID