Add Time
Time Records
Add Time
Add a time record (in seconds) for a user on a given task and date.
Upsert
At most one time record exists per (user, date, task). Posting again with the same combination updates the existing record’s duration instead of creating a duplicate. Use PUT /time/{time_id} to update a specific record by ID.
See Dates for accepted date and duration formats.
POST
Add Time
Authorizations
Body
application/json
Response
Created
Time record ID
Example:
2660155
Time recorded in seconds
Example:
3600
User ID
Example:
1304
Date
Example:
"2018-01-20"
Example:
false
Example:
false
Example:
"some notes"
