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

Changes