verify_draft_proposal
@mount("proposals.external.verify_draft_proposal")
operation verify_draft_proposal(proposal_id: rowid)
Verifies a draft proposal, confirming its readiness for further actions.
Parameters
proposal_id
The ID of the proposal to verify. The proposal must be in draft status before verification.
Throws
InvalidPermissionsError
If the caller is not authorized to verify the draft proposal.