/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Checked 1h ago · Updated 4w ago
View markdown
usekaneo
Kaneo API
post
Create Time Entry
v18
latest
OpenAPI 3.0.3
raw.githubusercontent.com
2026-07-11
142
2
448.7 KB
Activity
5
Assets
1
Authentication
3
Columns
5
Comments
4
Config
1
Discord
4
External Links
1
Generic Webhook
4
Gitea
7
GitHub
8
Instance
1
Invitations
2
Labels
8
Notification Preferences
4
Notifications
5
Organization Management
35
Projects
7
Search
1
Slack
4
Task Relations
3
Tasks
17
Telegram
4
Time Entries
4
get
Get Task Time Entries
get
Get Time Entry
put
Update Time Entry
post
Create Time Entry
Workflow Rules
3
Workspaces
1
Time Entries
Create Time Entry
Create a new time entry for a task
post
/time-entry
Request body
object
required
taskId
string
required
startTime
string
required
endTime
string
description
string
Response
Time entry created successfully
object
required
id
string
required
taskId
string
required
userId
string
nullable
required
description
string
nullable
required
startTime
string
date-time
required
endTime
string
date-time
duration
number
nullable
required
createdAt
string
date-time
required
updatedAt
string
date-time
required