v1

latestOpenAPI 3.0.02026-07-261090122.9 KB
Timesheets

Update timesheet by ID

Update a timesheet

put/timesheets/{id}

Path parameters

idstring required

Request body

object required

Example request

{
  "user_id": "",
  "clock_in_title": "",
  "clock_out_title": "",
  "clock_in_method": "",
  "clock_out_method": "",
  "clock_in_time": "",
  "clock_out_time": "",
  "clock_in_notes": "",
  "clock_out_notes": "",
  "clock_in_location": "",
  "clock_out_location": "",
  "job_id": "",
  "subtask_id": "",
  "type": "",
  "is_historical": ""
}

Response

Successful response