v1

OpenAPI 3.1.02026-08-06492794.7 KB
Tasks

Update task

Updates a task's name, description, and status

put/projects/{project_id}/tasks/{id}

Path parameters

project_idinteger required

ID of the project

idinteger required

ID of the task to update

Request body

idinteger
namestring

Name of the task

descriptionstring

Description of the task - supports limited subset of HTML <b>, <ul>, <li>, <br>, and <a>.

status'to_do' | 'pending_review' | 'approved'

Status of the task

Response

successful