Skip to main content
POST
Set Selection Endpoint
Sets the selected paths from the discovered schema. Requires a completed discovery first — without one, the call fails with 400.

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
selected_paths
string[]
required

Discovered paths to replicate. Use ["*"] to select everything.

Response

The connector row with the applied selection fields.

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.