v1

latestOpenAPI 3.1.0MIT Licence2026-07-17613573.4 KB
Batches API v1Alpha

Close batch

Close a batch.

patch/api/v1alpha/batches/{batch_id}/close

Path parameters

batch_idnumber required

The ID of the batch.

Response

Successfully closed the batch.

successboolean

Whether the operation was successful

Example response

{
  "success": true
}