---
title: "UpdateParams defines a governance operation for updating the x/gov module parameters. The authority is defined in the keeper."
method: POST
path: "/cosmos.gov.v1.Msg/UpdateParams"
tags: ["Msg"]
---

# UpdateParams defines a governance operation for updating the x/gov module parameters. The authority is defined in the keeper.

`POST /cosmos.gov.v1.Msg/UpdateParams`

Since: cosmos-sdk 0.47

## Request body

- object — MsgUpdateParams is the Msg/UpdateParams request type. Since: cosmos-sdk 0.47
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `params` object — params defines the x/gov parameters to update. NOTE: All parameters must be supplied.
    - `min_deposit` object[] — Minimum deposit for a proposal to enter voting period.
      - `denom` string
      - `amount` string
    - `max_deposit_period` string — Maximum period for Atom holders to deposit on a proposal. Initial value: 2 months.
    - `voting_period` string — Duration of the voting period.
    - `quorum` string — Minimum percentage of total stake needed to vote for a result to be considered valid.
    - `threshold` string — Minimum proportion of Yes votes for proposal to pass. Default value: 0.5.
    - `veto_threshold` string — Minimum value of Veto votes to Total votes ratio for proposal to be vetoed. Default value: 1/3.
    - `min_initial_deposit_ratio` string — The ratio representing the proportion of the deposit value that must be paid at proposal submission.
    - `proposal_cancel_ratio` string — The cancel ratio which will not be returned back to the depositors when a proposal is cancelled. Since: cosmos-sdk 0.50
    - `proposal_cancel_dest` string — The address which will receive (proposal_cancel_ratio * deposit) proposal deposits. If empty, the (proposal_cancel_ratio * deposit) proposal deposits will be burned. Since: cosmos-sdk 0.50
    - `expedited_voting_period` string — Duration of the voting period of an expedited proposal. Since: cosmos-sdk 0.50
    - `expedited_threshold` string — Minimum proportion of Yes votes for proposal to pass. Default value: 0.67. Since: cosmos-sdk 0.50
    - `expedited_min_deposit` object[] — Minimum expedited deposit for a proposal to enter voting period.
      - `denom` string
      - `amount` string
    - `burn_vote_quorum` boolean
    - `burn_proposal_deposit_prevote` boolean
    - `burn_vote_veto` boolean
    - `min_deposit_ratio` string — The ratio representing the proportion of the deposit value minimum that must be met when making a deposit. Default value: 0.01. Meaning that for a chain with a min_deposit of 100stake, a deposit of 1stake would be required. Since: cosmos-sdk 0.50

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.dev/wardenprotocol/apis/http-api-console.md) · [All operations](https://skmtc.dev/wardenprotocol/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/wardenprotocol/http-api-console/revisions/44399dd0ab35/schema)
