submit_decision
Submit a decision on a pending approval request using valid action IDs from get_request_details. Provide an optional comment for audit trail.
Instructions
Submit a decision on a pending approval request. request_id: UUID of the pending approval request. status: MUST be one of the values from available_actions returned by get_request_details. Always call get_request_details first to obtain valid action IDs. comment: Optional explanation for the decision (recommended for audit trail).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| comment | No | ||
| request_id | Yes |