Skip to main content

Update a Looker integration

PUT 

/api/v1/lineage/bi/looker/:bi_datasource_id/

It can only update the schedule. Returns the integration with changed fields.

Request

Path Parameters

    bi_datasource_id Looker integration idrequired

Body

required
    base_url Base Urlrequired
    bindings object[]
  • Array [
  • boundIds integer[]required
    remoteId Remoteidrequired
  • ]
  • client_id Client Idrequired
    client_secret passwordrequired
    index_interval_min Index Interval Min
    name Name
    project_ids string[]

    Default value: ``

    repo_id Repo Idrequired

Responses

Successful Response

Schema
    any
Loading...