PUT
/
api
/
v1
/
lineage
/
bi
/
looker
/
{bi_datasource_id}
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>",
  "bindings": [],
  "client_id": "<string>",
  "client_secret": "<string>",
  "indexing_cron": "<string>",
  "name": "<string>",
  "project_ids": [],
  "repo_id": 123
}'
"<any>"

Authorizations

Authorization
string
header
required

Use the 'Authorization' header with the format 'Key <api-key>'

Path Parameters

bi_datasource_id
integer
required

Body

application/json
base_url
string
required
client_id
string
required
client_secret
string
required
repo_id
integer
required
bindings
object[]
indexing_cron
string | null
name
string | null
project_ids
string[]

Response

200
application/json
Successful Response

The response is of type any.