interface PostTasksIDOwnersRequest {
    body: AddResourceMemberRequestBody;
    taskID: string;
}

Properties

Properties

A user to add as an owner of the task.

taskID: string

The task ID.

MMNEPVFCICPMFPCPTTAAATR