Time Entries

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 nullable required
descriptionstring nullable required
{"stackTrail":"components:responses:updateTimeEntry_200_response:content:application/json:schema:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"components:responses:updateTimeEntry_200_response:content:application/json:schema:properties:endTime","oasType":"schema","type":"unknown"}
durationnumber nullable required
{"stackTrail":"components:responses:updateTimeEntry_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}

Changes