Time Entries

Update Time Entry

Update an existing time entry

put/time-entry/{id}

Path parameters

idstring required

Request body

startTimestring required
endTimestring
descriptionstring

Response

Time entry updated successfully

idstring required
taskIdstring required
userIdstring required
descriptionstring 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"}
durationnumber required
{"stackTrail":"paths:/time-entry/{id}:put:responses:200:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}

Changes