/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 2h ago · Updated 7d ago
Details
Filter operations
Activity
5
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Projects
5
Search
1
Tasks
13
get
/task/tasks/{projectId}
post
/task/{projectId}
get
/task/{id}
put
/task/{id}
delete
/task/{id}
get
/task/export/{projectId}
post
/task/import/{projectId}
put
/task/status/{id}
put
/task/priority/{id}
put
/task/assignee/{id}
put
/task/due-date/{id}
put
/task/title/{id}
put
/task/description/{id}
Time Entries
4
Workflow Rules
3
Tasks
Create a new task in a project
post
/task/{projectId}
Path parameters
projectId
string
required
Request body
object
required
title
string
required
description
string
required
dueDate
string
priority
string
required
status
string
required
userId
string
Response
Task created successfully
object
required
id
string
required
projectId
string
required
position
number
required
number
number
required
userId
string
required
title
string
required
description
string
required
status
string
required
priority
'no-priority'
|
'low'
|
'medium'
|
'high'
|
'urgent'
required
{"stackTrail":"paths:/task/{projectId}:post:responses:200:content:application/json:schema:properties:dueDate","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/task/{projectId}:post:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
Changes