curl --request POST \
--url http://localhost:3000/v1/dispatch/:id/verify-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>",
"verified": true
}
'nullcurl --request POST \
--url http://localhost:3000/v1/dispatch/:id/verify-tote \
--header 'Content-Type: application/json' \
--data '
{
"tote_id": "<string>",
"verified": true
}
'nullDocumentation Index
Fetch the complete documentation index at: https://docs.switchyard.run/llms.txt
Use this file to discover all available pages before exploring further.