Record the customer's answer to the capture-gap prompts (inventory.gaps on GET /
acknowledge_gapsRecord the customer's answer to the capture-gap prompts (inventory.gaps on GET /jobs/{id}). Body: { acknowledged: true } stamps "nothing is missing"; false clears it. The prompts themselves are recomputed from the current inventory on every read, so fixing a gap removes its prompt without this call. Scope: jobs:write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | The job id (ULID) | |
| acknowledged | No | Default true |