latestOpenAPI 3.0.32026-08-20147323331.7 KB

a7231589e927

tasks

Update a task

Updates an existing task. Only provided fields are modified.

Rate limit: 60 requests per minute

patch/tasks/{id}

Path parameters

idstring required

The ID of the task to update.

Request body

assignee_idstring

Assignee ID for this task

body_htmlstring

Body HTML for this task

customer_portal_visibleboolean

Customer portal visible for this task

due_datestring

Due date for this task, in RFC 3339 format

milestone_idstring

Milestone ID for this task

project_idstring

Project ID for this task

statusstring
titlestring

Title for this task

Response

request_idstring

The request ID for tracking.

Example response

{
  "data": {
    "custom_fields": {
      "priority": {
        "value": "high"
      }
    }
  }
}