interface PatchTasksIDRequest {
    body: TaskUpdateRequest;
    taskID: string;
}

Properties

Properties

An object that contains updated task properties to apply.

taskID: string

The ID of the task to update.

MMNEPVFCICPMFPCPTTAAATR