Skip to main content
PUT
Update Integration Source Relationship

Authorizations

Authorization
string
header
required

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

Path Parameters

relationship_id
string<uuid>
required

Query Parameters

organization_id
string<uuid> | null
resource_id
string<uuid> | null
source_id
string<uuid> | null
integration_source_id
string<uuid> | null
data_source_id
string<uuid> | null
context_source_id
string<uuid> | null
job_id
string<uuid> | null

Body

application/json

Model for updating an existing integration source relationship.

status
enum<string> | null
Available options:
SUGGESTED,
APPROVED,
REJECTED
score
number | null
evidence
Evidence · object | null

Response

Successful Response

Response model for integration source relationships.

integration_source_id
string<uuid>
required

Integration source this relationship belongs to

from_column_id
string<uuid>
required

Column acting as the foreign key / link origin

to_table_id
string<uuid>
required

Target table this relationship points to

to_column_name
string
required

Target column name in the destination table

Maximum string length: 255
id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
type
enum<string>
default:INFERRED

Relationship type (FORMAL FK, inferred heuristic, manual, etc.)

Available options:
FOREIGN_KEY,
INFERRED,
MANUAL
status
enum<string>
default:SUGGESTED

Review status of the relationship

Available options:
SUGGESTED,
APPROVED,
REJECTED
score
number | null

Confidence score assigned by the inference pipeline (0.0-1.0)

evidence
Evidence · object | null

Supporting evidence and calculations used to infer the relationship