---
title: "UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account."
method: POST
path: "/pocket.migration.Msg/UpdateParams"
tags: ["Msg"]
---

# UpdateParams defines a (governance) operation for updating the module
parameters. The authority defaults to the x/gov module account.

`POST /pocket.migration.Msg/UpdateParams`

## Request body

- PocketMigrationMsgUpdateParams — MsgUpdateParams is the Msg/UpdateParams request type. - Used for updating the migration module parameters via governance - All parameters must be supplied Next free index: 3
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `params` PocketMigrationParams — Params defines the parameters for the module. Next free index: 4
    - `allow_morse_account_import_overwrite` boolean — allow_morse_account_import_overwrite is a feature flag which is used to enable/disable the re-importing of Morse claimable accounts by the authority. Such a re-import will: - Ignore (i.e. leave) ALL claimed destination Shannon accounts/actors - Delete ALL existing onchain MorseClaimableAccounts - Import the new set of MorseClaimableAccounts from the provided MsgImportMorseClaimableAccounts This is useful for testing purposes, but should be disabled in production.
    - `morse_account_claiming_enabled` boolean — morse_account_claiming_enabled is a feature flag which is used to enable/disable the processing of Morse account/actor claim messages (i.e. `MsgClaimMorseAccount`, `MorseClaimApplication`, and `MorseClaimSupplier`).
    - `waive_morse_claim_gas_fees` boolean

## Response `200`

A successful response.

- PocketMigrationMsgUpdateParamsResponse — MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message. - Empty response on success

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/pokt-network/apis/http-api-console.md) · [All operations](https://skmtc.net/pokt-network/apis/http-api-console/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/versions/edba20e8c8a3/schema)
