finalize_veto

@mount("votes.finalize_veto") operation finalize_veto(veto_id: rowid)

Finalizes the specified veto if it meets the required conditions.

Parameters

veto_id
  • The ID of the veto to be finalized.

Throws

UnauthorizedError
  • If the requester does not have necessary privileges.

VetoNotFoundError
  • If no veto with the given veto_id exists.

InvalidVetoStateError
  • If the veto cannot be finalized based on its current state.