/
US
usekaneo
/
Kaneo API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 13m ago · Updated 1w ago
Details
Filter operations
Activity
5
Columns
5
Config
1
External Links
1
GitHub
8
Invitations
2
Labels
6
Notifications
5
Organization Management
30
Projects
5
Search
1
Tasks
13
Time Entries
4
get
Get Task Time Entries
get
Get Time Entry
put
Update Time Entry
post
Create Time Entry
Workflow Rules
3
Time Entries
Update Time Entry
Update an existing time entry
put
/time-entry/{id}
Path parameters
id
string
required
Request body
object
required
startTime
string
required
endTime
string
description
string
Response
Time entry updated successfully
object
required
id
string
required
taskId
string
required
userId
string
required
description
string
required
{"stackTrail":"paths:/time-entry/{id}:put:responses:200:content:application/json:schema:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"paths:/time-entry/{id}:put:responses:200:content:application/json:schema:properties:endTime","oasType":"schema","type":"unknown"}
duration
number
required
{"stackTrail":"paths:/time-entry/{id}:put:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}
Changes