Update task

Updates an existing task by its ID and task type name key

Path Params
uuid
required

Unique identifier of the task to update

Query Params
string
enum
required
length β‰₯ 1

Task type name key used to identify the service handling the task

Allowed:
Body Params
string
required
length between 0 and 512

The name of the task.

string
length between 0 and 2000

The description of the task.

uuid

The unique identifier of the user assigned as an assignee on the task.

string
length between 0 and 255

The email address of the user assigned as an assignee on the task.

collaborators
array of objects

The details of the collaborators assigned to the task.

collaborators
date-time

The date and time by which the task should be completed.

string
enum

The status of the task.

Allowed:
context
object

The contextual details of the task.

string
enum
Defaults to MEDIUM

The priority level of the task.

Allowed:
boolean

This flag indicates whether the task is required.

string
length between 0 and 16

The type of source that created the task.

uuid

The unique identifier of the source that created the task.

Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 1 required scope
URL
Response
Choose an example:
application/json
*/*