Time Entries

Create a new time entry for a task

post/time-entry

Request body

taskIdstring required
startTimestring required
endTimestring
descriptionstring

Response

Time entry created successfully

idstring required
taskIdstring required
userIdstring nullable required
descriptionstring nullable required
{"stackTrail":"components:responses:createTimeEntry_200_response:content:application/json:schema:properties:startTime","oasType":"schema","type":"unknown"}
{"stackTrail":"components:responses:createTimeEntry_200_response:content:application/json:schema:properties:endTime","oasType":"schema","type":"unknown"}
durationnumber nullable required
{"stackTrail":"components:responses:createTimeEntry_200_response:content:application/json:schema:properties:createdAt","oasType":"schema","type":"unknown"}

Changes