curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/dbt/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ci_config_id": 123,
"indexing_cron": "<string>",
"name": "<string>"
}'
"<any>"
curl --request POST \
--url https://app.datafold.com/api/v1/lineage/bi/dbt/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"ci_config_id": 123,
"indexing_cron": "<string>",
"name": "<string>"
}'
"<any>"
Use the 'Authorization' header with the format 'Key <api-key>'
Successful Response
The response is of type any
.