Skip to main content

Replace a table

PATCH 

/api/v2/Dataset/:id/table/:tableId/ReplaceTable

Dataset processing occurs in the background and may take a few minutes to complete.

Request

Path Parameters

    id uuidrequired

    The unique identifier of the dataset where the table will be replaced.

    tableId uuidrequired

    The unique identifier of the table to be replaced.

Query Parameters

    culture string

    Use this param to override the culture of the response. Options: - en (default) - es

Body

    File binary

    The data file to upload for the dataset (CSV, Excel, etc.).

Responses

Table created successfully and processing job scheduled.

Loading...