Skip to main content
PUT
Update Integration Source Schema

Authorizations

Authorization
string
header
required

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

Path Parameters

source_id
string<uuid> | null
required
database_id
string<uuid>
required
schema_id
string<uuid>
required

Query Parameters

organization_id
string<uuid> | null
resource_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 integration source schema.

description
string | null
is_active
boolean | null
priority
integer | null
context_source_id
string<uuid> | null
description_source
enum<string> | null
Available options:
ai_generated,
manual_edit,
imported,
information_schema
description_generated_at
string<date-time> | null
description_version
integer | null
skip_embedding
boolean
default:false

Skip automatic embedding trigger for bulk operations

Response

Successful Response

Response model for integration source schemas.

name
string
required

Schema name (e.g., dataset name for BigQuery)

id
string<uuid>
required
database_id
string<uuid>
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description_version
integer
required
description
string | null

Optional description of the schema

is_active
boolean
default:true

Whether this schema is active for introspection

priority
integer
default:99

Priority for processing (lower numbers processed first)

context_source_id
string<uuid> | null

Optional linked repository (context_source) for documentation

description_source
enum<string> | null

How description was created: 'ai_generated' | 'manual_edit' | 'imported' | 'information_schema'

Available options:
ai_generated,
manual_edit,
imported,
information_schema
description_generated_at
string<date-time> | null

When description was last modified