interface PostTasksIDLabelsRequest {
    body: LabelMapping;
    taskID: string;
}

Properties

Properties

An object that contains a labelID to add to the task.

taskID: string

The ID of the task to label.

MMNEPVFCICPMFPCPTTAAATR