update_citizen_cooldowns_config

@mount("citizens.update_citizen_cooldowns_config") operation update_citizen_cooldowns_config(    draft_cooldown_in_days: integer,     rejection_cooldown_in_days: integer,     veto_cooldown_in_days: integer)

Updates the cooldown configurations for citizen operations, including draft, rejection, and veto cooldown periods. This operation requires admin privileges and takes multiple parameters.

Parameters

draft_cooldown_in_days
  • The cooldown period (in days) for drafts.

rejection_cooldown_in_days
  • The cooldown period (in days) for rejections.

veto_cooldown_in_days
  • The cooldown period (in days) for vetoes.

Throws

UnauthorizedError
  • If the requester does not have admin privileges.