Update Task

This API endpoint updates a task.

Path Params
string
required

The id of the task to update.

Body Params
string

The name of the task.

string

The description of the task.

string

The status of the task.

string

The uuid of the internal user assigned to this task.

string

The uuid of the client user assigned to this task.

string

The uuid of the company assigned to this task. If assigning to a client user field should be required as well.

string

The date the task is due, in RFC3339 format.

boolean

Whether to archive the task or not.

viewers
object

The ID of the company or client that you would like to grant viewing access to the task. Viewers can only be added to tasks where the assignee is an internal user. Currently, only one entity (either a client or a company) can be added as a viewer per task.

Responses

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