Batch requests
documentedSubmits a batch of API requests in a single HTTP call.
POST /batchBatchingno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://secure.solve360.com/batch" \
-X POST \
-H "Authorization: Basic {{SOLVE360_SECRET}}" \
-H "Content-Type: multipart/mixed; boundary=---solve360_batch_{{$batch_id}}---" \
-H "Accept: application/xml" \
--data-binary @batch_request.txt