v1

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

Commit update

Commit an update.

post/api/v1alpha/batches/{batch_id}/updates/{update_id}/commit

Path parameters

batch_idnumber required

The ID of the batch.

update_idnumber required

The ID of the update.

Response

Successfully committed the update.

successboolean

Whether the operation was successful

Example response

{
  "success": true
}