Skip to main content
PATCH
Update Connection

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

connection_id
string<uuid>
required

Body

application/json

Patch payload for an OpenAPI connection. All fields optional — unset = unchanged.

auth_config_id
string<uuid> | null

Optional MCPAuthConfig UUID for OAuth2 token rotation.

base_url
string | null
Maximum string length: 500
custom_headers
HeaderInput · object[] | null

Replace the full custom-header set. Pass [] to clear all. Secret values are stored encrypted in the secret manager.

description
string | null
name
string | null
Required string length: 1 - 255
spec_content
Spec Content · object | null
spec_url
string | null

Response

Successful Response

base_url
string
required
created_at
any
required
id
string<uuid>
required
name
string
required
status
string
required
updated_at
any
required
auth_config_id
string<uuid> | null
available_tools
Available Tools · object[]
custom_headers
HeaderOutput · object[] | null
description
string | null
spec_url
string | null