Skip to main content
PATCH
Update Project Task

Authorizations

Authorization
string
header
required

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

Path Parameters

project_id
string<uuid>
required
task_id
string<uuid>
required

Body

application/json
is_completed
boolean | null
task_id
string<uuid> | null
notes
string | null

Response

Successful Response

title
string
required
position
integer
required
id
string<uuid>
required
project_id
string<uuid>
required
created_at
string<date-time>
required
task_type_slug
string | null
category_slug
string | null
suggested_budget_usd
number | null
is_supported
boolean
default:true
is_completed
boolean
default:false
depends_on
string<uuid>[]
parallel_group
string | null
notes
string | null
task_id
string<uuid> | null