Update the details of a task given an existing project id, list id, and task id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The ID of the project
The ID of the list
The ID of the task
The name of the task
An optional description of the task
The date the task is expected to be completed
Priority of task within a list. Setting this property will impact the index of other tasks in the list to maintain sequential order.
The ID of the Domo user that owns the task
An array of user IDs that are assigned as contributors to the task
An array of tags that have been assigned to the task
The request body accepts a task object.