paperclip_resubmit_approval
Resubmit an approval request after incorporating revision feedback to re-trigger board review.
Instructions
Resubmit an approval request after addressing revision feedback.
Args:
approvalId: string — Approval UUID (example: "apr_abc123")
comment: string (optional) — Summary of changes made since last submission
Returns: Returns the updated approval with status:'pending' for board re-review.
Examples:
Use when: submitting a revised hire proposal after the board requested changes
Don't use when: the approval is already pending or approved — check status with paperclip_get_approval first
Error Handling:
401: authentication failed → check PAPERCLIP_API_KEY
404: approval not found → verify ID with paperclip_list_approvals
422: approval is not in revision_requested state → check current status with paperclip_get_approval
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| approvalId | Yes | Approval UUID | |
| comment | No | Summary of changes made |