---
title: "Update Network Config"
method: POST
path: "/gateway/networks/{network_id}"
tags: ["Gateway"]
---

# Update Network Config

`POST /gateway/networks/{network_id}`

Update configuration for a specific network.

Args:
    network_id: Network ID in format 'chain-network' (e.g., 'solana-mainnet-beta')
    config_updates: Dict with path-value pairs to update.
                   Keys can be in snake_case (e.g., {"node_url": "https://..."})
                   or camelCase (e.g., {"nodeURL": "https://..."})

Example: POST /gateway/networks/solana-mainnet-beta

## Path parameters

- `network_id` string, required

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/hummingbot/apis/hummingbot-api.md) · [All operations](https://skmtc.net/hummingbot/apis/hummingbot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hummingbot/hummingbot-api/revisions/5347fe79537f/schema)
