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

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
string
required

Timesheet ID

Example:

"12345"

Response

Timesheet approved successfully

success
boolean
message
string
error
string
deputy_configured
boolean