---
title: "Patch Agent Http Connection"
method: PATCH
path: "/agents/connections/http/{connection_id}"
tags: ["Agents"]
---

# Patch Agent Http Connection

`PATCH /agents/connections/http/{connection_id}`

Partial-update one HTTP connection by id.

Per-header masked sentinel preserves the existing encrypted Binary;
a new header value encrypts + replaces. Removing a key from the
headers dict in the patch removes it from storage (the merge is
field-level, not a deep merge of the headers object).

## Path parameters

- `connection_id` string, required

## Request body

- object

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/streamkap/apis/streamkap-rest-api.md) · [All operations](https://skmtc.net/streamkap/apis/streamkap-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/streamkap/streamkap-rest-api/versions/8aea6143d003/schema)
