---
title: "Update Connector Config"
method: POST
path: "/gateway/connectors/{connector_name}"
tags: ["Gateway"]
---

# Update Connector Config

`POST /gateway/connectors/{connector_name}`

Update configuration for a DEX connector.

Args:
    connector_name: Connector name (e.g., 'meteora', 'raydium')
    config_updates: Dict with path-value pairs to update.
                   Keys can be in snake_case (e.g., {"slippage_pct": 0.5})
                   or camelCase (e.g., {"slippagePct": 0.5})

## Path parameters

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