Skip to main content
PATCH
Edit a task: text on a draft/managed plan, status & assignee on a managed plan

Authorizations

Authorization
string
header
required

Company secret API key.

Path Parameters

id
string<ObjectId>
required
taskId
string<ObjectId>
required

Body

application/json
text
string

New task text.

Maximum string length: 160
status
enum<string>
Available options:
todo,
in_progress,
done
assigneeId
string

Group member responsible; null/"" clears the assignee.

Response