Skip to main content

Update Data Source

PUT 

/api/v1/data-sources/:data_source_id

Update a data source by ID.

Request

Path Parameters

    data_source_id uuidrequired

Cookie Parameters

    session any

Body

required

    name

    object

    The name of the data source.

    anyOf

    string

    source_type ConfigurableDataSourceNames (string)required

    Possible values: [S3, AZURE_STORAGE_BLOB, GOOGLE_DRIVE, MICROSOFT_ONEDRIVE, MICROSOFT_SHAREPOINT, SLACK, NOTION_PAGE, CONFLUENCE, JIRA, BOX]

    custom_metadata

    object

    Custom metadata that will be present on all data loaded from the data source

    anyOf

    property name*

    object

    anyOf

    object

    component

    object

    anyOf

    object

Responses

Successful Response

Schema

    id uuidrequired

    Unique identifier

    created_at

    object

    Creation datetime

    anyOf

    string

    updated_at

    object

    Update datetime

    anyOf

    string

    name Name (string)required

    The name of the data source.

    source_type ConfigurableDataSourceNames (string)required

    Possible values: [S3, AZURE_STORAGE_BLOB, GOOGLE_DRIVE, MICROSOFT_ONEDRIVE, MICROSOFT_SHAREPOINT, SLACK, NOTION_PAGE, CONFLUENCE, JIRA, BOX]

    custom_metadata

    object

    Custom metadata that will be present on all data loaded from the data source

    anyOf

    property name*

    object

    anyOf

    object

    component

    object

    required

    anyOf

    object

    project_id uuidrequired
Loading...