latestOpenAPI 3.1.02026-08-171503582.2 MB

6199a9464227

Tasks

Update a task

A PUT request replaces all values, so all fields must be supplied in each request. To remove a due date, you may send a null value or omit the field. See the examples for more.

put/workflow-runs/{workflowRunId}/tasks/{taskId}

Path parameters

workflowRunIdstring required

The ID of the Workflow Run

taskIdstring required

The ID of the Task

Request body

status'NotCompleted' | 'Completed' required

Whether the task is complete.

  • NotCompleted — the task has not yet been checked off.
  • Completed — the task has been checked off.
dueDatestring date-time

Due date. ISO-8601 UTC.