Approve an approval item
POST/api/v1/approvals/:approval_id/approve
Approves the item. Optionally supply edited arguments to replace the proposed arguments (edit-then-approve); the original is preserved on the item. Expiry is re-checked at decision time — an expired item can never be approved.
Request
Responses
- 200
- 400
- 401
- 403
- 404
- 409
Approval item approved
Edited arguments are not a JSON object, or do not satisfy the tool's parameters schema
Unauthorized
Forbidden — including an edit by a caller who may resolve the item but not make the call it proposes
Approval item not found
Item already resolved or expired