Submit a list of batches to the Scabbard service
This endpoint can be used to submit batches to a Scabbard service. The body of the request must be a list of valid Sabre batches. If the batches are submitted successfully, the response will contain a link for checking the status of the submitted batches.
This endpoint requires the permission "scabbard.write".
Path parameters
Circuit the targeted service belongs to
ID of the targeted service
Headers
The client's authorization, which the server resolves to an identity. Currently supports Biome JWT (if Biome credentials is enabled), Cylinder JWT, and OAuth2 bearer tokens.
The protocol version which the client can understand. If not provided, the node will respond using its latest protocol version.
Response
Batch was submitted successfully
Example response
{
"link": "/scabbard/abcde-01234/ABCD/batch_statuses?ids=6ff35474a572087e08fd6a54d563bd8172951b363e5c9731f1a40a855e14bba45dac515364a08d8403f4fb5d4a206174b7f63c29e4f4e425dc71b95494b8a798"
}Changes
No recorded changes to this endpoint across all 50 revisions of this API.