---
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`

## Request body

- CosmosGovV1MsgUpdateParams — MsgUpdateParams is the Msg/UpdateParams request type.
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `params` CosmosGovV1Params — Params defines the parameters for the x/gov module.
    - `burn_proposal_deposit_prevote` boolean
    - `burn_vote_quorum` boolean
    - `burn_vote_veto` boolean
    - `expedited_min_deposit` CosmosBaseV1beta1Coin[] — Minimum expedited deposit for a proposal to enter voting period.
      - `amount` string
      - `denom` string
    - `expedited_threshold` string — Minimum proportion of Yes votes for proposal to pass. Default value: 0.67.
    - `expedited_voting_period` string — Duration of the voting period of an expedited proposal.
    - `max_deposit_period` string — Maximum period for Atom holders to deposit on a proposal. Initial value: 2 months.
    - `min_deposit` CosmosBaseV1beta1Coin[] — Minimum deposit for a proposal to enter voting period.
      - `amount` string
      - `denom` string
    - `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.
    - `min_initial_deposit_ratio` string — The ratio representing the proportion of the deposit value that must be paid at proposal submission.
    - `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.
    - `proposal_cancel_ratio` string — The cancel ratio which will not be returned back to the depositors when a proposal is cancelled.
    - `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.
    - `voting_period` string — Duration of the voting period.

## Response `200`

A successful response.

- CosmosGovV1MsgUpdateParamsResponse — MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2025-05-26** `671fab54b729` — 1 info
  - api operation id `EvidenceMsg_UpdateParamsMixin109` removed and replaced with `EvidenceMsg_UpdateParamsMixin116`
- **2025-05-21** `3874a03b0e7b` — 1 info
  - api operation id `UpgradeMsg_UpdateParamsMixin109` removed and replaced with `EvidenceMsg_UpdateParamsMixin109`
- **2025-05-09** `8dbfaa2bebb2` — 1 info
  - api operation id `CircuitMsg_UpdateParamsMixin109` removed and replaced with `UpgradeMsg_UpdateParamsMixin109`
- **2025-04-08** `21a675703a05` — 1 info
  - api operation id `AuthMsg_UpdateParamsMixin109` removed and replaced with `CircuitMsg_UpdateParamsMixin109`
- **2025-03-27** `4f349536c8f3` — 1 info
  - api operation id `FeegrantMsg_UpdateParamsMixin108` removed and replaced with `AuthMsg_UpdateParamsMixin109`

[Full history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/cosmos.gov.v1.Msg/UpdateParams/post.md)

---

[API](https://skmtc.dev/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.dev/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc.dev/pokt-network/apis/http-api-console/revisions/671fab54b729?raw)
