interface PatchScriptsIDAddLabelsRequest {
    body: { labels?: string[] };
    scriptID: string;
}

Properties

Properties

body: { labels?: string[] }

The labels to add to the script.

Type declaration

  • Optionallabels?: string[]

    A list of label names to add.

scriptID: string

The script ID. Specifies the script to add labels to.

MMNEPVFCICPMFPCPTTAAATR