Update a task

This call lets you edit a specific task.

The post data for this request must be a well formed JSON object. The properties of the JSON object determine what properties of the task get updated. The following are the allowable properties for that JSON object. All other properties will be ignored.

Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…

🚧

Content Type and Auth

Make sure to include -H "Content-Type: application/json" and your authorization in any request you make on your own.

Path Params
string
required

Task key

Body Params
string

Updated task description

int64

Updated dueDate (in MS since epoch)

string
Defaults to NOT_DONE

Either DONE or NOT_DONE

array of objects

Each object needs a key of email and a value of the assignee's email.

assignedToSharingEntries
Responses

Language
Credentials
:
Click Try It! to start a request and see the response here! Or choose an example:
application/json