latestOpenAPI 3.0.12026-08-192092911.2 MB
916e669fc527
Timesheets
Update a resource timesheet
Update the details of a single resource timesheet (required scope resources:write)
patch/v1/resources/{resourceId}/timesheets/{timesheetId}
Path parameters
resourceIdinteger required
The resource id
timesheetIdinteger required
The timesheet id
Headers
Customer-Idinteger required
The customer identifier
Request body
Example request
{
"startedAt": "2024-06-01T08:00:00.0000000+00:00",
"endedAt": "2024-06-01T16:30:00.0000000+00:00",
"status": "unsigned"
}Response
No Content