Skip to main content
POST
Create task relation

Authorizations

Authorization
string
header
required

API key or session token (Bearer)

Body

application/json
sourceTaskId
string
required
targetTaskId
string
required
relationType
enum<string>
required
Available options:
subtask,
blocks,
related

Response

The created relation

id
string
required
sourceTaskId
string
required
targetTaskId
string
required
relationType
string
required

How the two tasks relate: subtask, blocks, or related.

createdAt
string<date-time>
required