curl --request PUT \
--url https://app.datafold.com/api/v1/lineage/bi/looker/{bi_datasource_id}/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"base_url": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"repo_id": 123,
"bindings": [],
"indexing_cron": "<string>",
"name": "<string>",
"project_ids": []
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}It can only update the schedule. Returns the integration with changed fields.
curl --request PUT \
--url https://app.datafold.com/api/v1/lineage/bi/looker/{bi_datasource_id}/ \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"base_url": "<string>",
"client_id": "<string>",
"client_secret": "<string>",
"repo_id": 123,
"bindings": [],
"indexing_cron": "<string>",
"name": "<string>",
"project_ids": []
}
'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Use the 'Authorization' header with the format 'Key
Successful Response