Approve every ready application in a batch
approve_batchRecord human approval for a reviewed batch of job applications, using the manifest hash and exact count to ensure only the verified applications are approved.
Instructions
Records a human approval for each ready application in the batch. Requires the current manifest hash and the exact count being approved, so approval cannot silently cover more applications than were reviewed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| batchId | Yes | ||
| manifestHash | Yes | From preview_batch. Binds approval to this exact set of packets. | |
| expectedCount | Yes | Number of applications you intend to approve. |