unreject_reconciliation_candidate
Revert a persisted reconciliation rejection, making the candidate eligible again for review in the active queue.
Instructions
Remove a persisted reconciliation rejection. Mutates state.
The pair becomes eligible to surface in the active candidate queue
again on the next read of list_reconciliation_candidates. Use
when the operator changes their mind about a prior rejection — the
surrogate rejection_id comes from rejections[*].id on
list_reconciliation_rejections (or the return value of
reject_reconciliation_candidate).
Does NOT bump model version (rejection is org state, not model state).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the descendant threat model the rejection is on. | |
| rejection_id | Yes | Surrogate id of the persisted rejection. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||