Skip to main content
POST
/
v1
/
scheduling
/
timesheets
/
{id}
/
approve
Approve timesheet
curl --request POST \
  --url http://localhost:3000/v1/scheduling/timesheets/{id}/approve
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

id
integer | null

Timesheet ID

Example:

12345

Response

Timesheet approved

Approve timesheet response

success
boolean
required
message
string
required