Skip to main content
PATCH
Update task status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

Body

application/json
status
enum<string>
required
Available options:
BLOCKED,
CANCELLED
message
string | null
Maximum string length: 2000

Response

Successful Response

success
boolean
required
message
string
required
data
TaskResponse · object
required