Updates a task assignment. This endpoint can be used to update the state of a task assigned to a user.
The access token received from the authorization server in the OAuth 2.0 flow.
The ID of the task assignment.
An optional message by the assignee that can be added to the task.
"Looks good to me"
The state of the task assigned to the user.
action value of complete this can be
incomplete or completed.action of review this can be
incomplete, approved, or rejected.completed, incomplete, approved, rejected "completed"
Returns the updated task assignment object.
A task assignment defines which task is assigned to which user to complete.
The unique identifier for this task assignment.
"11446498"
The value will always be task_assignment.
task_assignment "task_assignment"
The file that the task has been assigned to.
The user that the task has been assigned to.
A message that will is included with the task assignment. This is visible to the assigned user in the web and mobile UI.
"Please review"
The date at which this task assignment was
completed. This will be null if the task is not completed yet.
"2012-12-12T10:53:43-08:00"
The date at which this task was assigned to the user.
"2012-12-12T10:53:43-08:00"
The date at which the assigned user was reminded of this task assignment.
"2012-12-12T10:53:43-08:00"
The current state of the assignment. The available states depend on
the action value of the task object.
completed, incomplete, approved, rejected "incomplete"
The user who assigned this task.