Skip to main content
POST
Create a new timesheet

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

project_id
string
required

Query Parameters

task_id
string
required
notes
string
duration
integer
required

Duration of the timesheet in milliseconds

Body

application/json

The body is of type object.

Response

200 - application/json

Created

success
boolean
Example:

true

timesheet
object