Commit a freee application action
freee_approval_commit_actionApprove or return a freee application only after matching the preview fingerprint and receiving explicit user confirmation. Prevents accidental or unauthorized approval actions.
Instructions
Change one real application only after matching preview and explicit current-message approval. Never call directly or retry automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The numeric No. shown in the freee application list. | |
| action | Yes | approve maps to 承認; return maps to 申請者へ差し戻す. | |
| confirm | Yes | Must be true only after explicit current-message user approval. | |
| fingerprint | Yes | The unchanged SHA-256 fingerprint returned by the matching prepare tool. |