Update Task

Use this API to update an existing task for an object.

🗒

Things to Know

  • This API currently supports issue tasks. Support for tasks on additional objects may be made available in the future.
Path Params
uuid
required

The unique identifier of the task.

Query Params
string
enum
required
length ≥ 1

The source product of 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
LoadingLoading…
Response
Choose an example:
application/json
*/*