Skip to main content
PUT
Update Connector Endpoint
Updates supported settings — for example, which source extensions to leave out of new branches.

Authorizations

Authorization
string
header
required

Ardent API key (sk-ard_live_… / sk-ard_test_…) or a dashboard session token.

Path Parameters

connector_id
string
required

Body

application/json
connection_details
Connection Details · object | null

Replacement connection details for the source database.

drop_extensions
string[] | null

Extensions to drop on branches; omit to leave unchanged, [] clears.

name
string | null

New connector name.

project_id
string | null

Move the connector to this project.

Response

The updated connector row.

id
string
required

Connector ID.

name
string
required

Connector name.

org_id
string
required

Organization the connector belongs to.

service_name
string
required

Service type. postgresql today.

can_delete
boolean | null

Whether the caller may delete this connector.

can_update
boolean | null

Whether the caller may update this connector.

created_at
string | null

When the connector was created.

project_id
string | null

Project the connector belongs to.

status
string | null

Current connector status.