/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Task Relations
Create Task Relation
Create a relation between two tasks
post
/task-relation
Request body
object
required
sourceTaskId
string
required
targetTaskId
string
required
relationType
'subtask'
|
'blocks'
|
'related'
required
Response
Task relation created successfully
object
required
id
string
required
sourceTaskId
string
required
targetTaskId
string
required
relationType
string
required
createdAt
string
date-time
required