---
title: "Update Connection"
method: PUT
path: "/api/kiwi-connections/{connection_id}"
tags: ["Kiwi Connections"]
---

# Update Connection

`PUT /api/kiwi-connections/{connection_id}`

Update a Kiwi connection

## Path parameters

- `connection_id` string, required

## Request body

- KiwiConnectionUpdate
  - `name` string, nullable
  - `instance_url` string, nullable
  - `api_token` string, nullable
  - `default_agent_id` string, nullable
  - `default_agent_name` string, nullable
  - `is_active` boolean, nullable
  - `metadata_json` object, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qomplement/apis/fastapi.md) · [All operations](https://skmtc.net/qomplement/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qomplement/fastapi/versions/718de1c0d866/schema)
