Skip to main content
PATCH

Authorizations

Authorization
string
header
required

Bearer Token necessary to use API

Path Parameters

task_id
string
required

The ID of the task to retrieve

Body

application/json

Update Task Request

title
string

The title of the task

description
string | null

Optional description for the task, to remove existing description set to null

due_at
string<date-time> | null

The due date and time for the task, to remove existing due date set to null

site
object | null

To remove the association, set site to null

assignee
object | null
metadata
object | null

Set of key-value pairs for storing additional information on the task. Learn more about metadata.

resource
object

Response

Task updated

Single Task

task
object

Task

meta
object