Skip to main content
POST
Create Task Relation

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

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

Response

200 - application/json

Task relation created successfully

id
string
required
sourceTaskId
string
required
targetTaskId
string
required
relationType
string
required
createdAt
string<date-time>
required