Skip to main content
POST
Create Time Entry

Authorizations

Authorization
string
header
required

Bearer token authentication

Body

application/json
taskId
string
required
startTime
string
required
endTime
string
description
string

Response

200 - application/json

Time entry created successfully

id
string
required
taskId
string
required
userId
string | null
required
description
string | null
required
startTime
string<date-time>
required
duration
number | null
required
createdAt
string<date-time>
required
updatedAt
string<date-time>
required
endTime
string<date-time>