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

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

`POST /poktroll.tokenomics.Msg/UpdateParams`

## Request body

- object — MsgUpdateParams is the Msg/UpdateParams request type to update all params at once.
  - `authority` string — authority is the address that controls the module (defaults to x/gov unless overwritten).
  - `params` object — Params defines the parameters for the tokenomics module.
    - `compute_units_to_tokens_multiplier` string, uint64 — The amount of upokt that a compute unit should translate to when settling a session.

## Response `200`

A successful response.

## Other responses

- `default` — An unexpected error response.

## Changes

- **2024-03-06** `0ded0c5649f1` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/pokt-network/apis/http-api-console/changes/poktroll.tokenomics.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-service-production.skmtc.workers.dev/v1/apis/pokt-network/http-api-console/revisions/ca7e84576c8e/schema)
