Hierarchy

  • ReferenceTablesApi

Constructors

Properties

configuration: Configuration
requestFactory: ReferenceTablesApiRequestFactory
responseProcessor: ReferenceTablesApiResponseProcessor

Methods

  • Update a reference table by ID. You can update the table's data, description, and tags. Note: The source type cannot be changed after table creation. For data updates: For existing tables of type source:LOCAL_FILE, call POST api/v2/reference-tables/uploads first to get an upload ID, then PUT chunks of CSV data to each provided URL, and finally call this PATCH endpoint with the upload_id in file_metadata. For existing tables with source: types of S3, GCS, or AZURE, provide updated access_details in file_metadata pointing to a CSV file in the same type of cloud storage.

    Parameters

    Returns Promise<void>

Generated using TypeDoc