Skip to main content
POST
Generate Source Description

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

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

Request for integration source description generation.

cascade_databases
boolean
default:true

Generate missing database/schema/table/column descriptions first

overwrite_existing
boolean
default:false

Regenerate description even if one already exists

Response

Successful Response