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

Properties

Properties

body: { labels?: string[] }

The labels to remove from the script.

Type declaration

  • Optionallabels?: string[]

    A list of label names to remove.

scriptID: string

A script ID. Specifies the script to remove labels from.

MMNEPVFCICPMFPCPTTAAATR