cache_edit_and_approve_proposal
Edit a pending proposal and approve it in one step by providing the proposal ID and the appropriate edit field for the proposal type.
Instructions
Edit an existing pending proposal and approve it in one step. Provide exactly one edit field matching the proposal type: new_threshold for threshold_adjust, new_ttl_seconds for tool_ttl_adjust. Invalidate proposals are not editable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actor | No | Optional actor identity stamped into the audit trail | |
| proposal_id | Yes | Proposal id | |
| new_threshold | No | For threshold_adjust proposals | |
| new_ttl_seconds | No | For tool_ttl_adjust proposals |