Replaces an existing table within a dataset by downloading a new file from a URL.
PATCH/api/v2/Dataset/:id/table/:tableId/ReplaceTable/Url
Dataset processing occurs in the background and may take a few minutes to complete.
Request
Path Parameters
The unique identifier of the dataset where the table will be replaced.
The unique identifier of the table to be replaced.
Query Parameters
Use this param to override the culture of the response. Options: - en (default) - es
- application/json
- text/json
- application/*+json
Body
The dataset table replacement request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Body
The dataset table replacement request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Body
The dataset table replacement request containing the file URL.
Publicly accessible URL of the CSV file to download and use as the table source.
Responses
- 200
- 400
- 401
- 403
- 404
- 500
Table replaced successfully and processing job scheduled.
If the request is invalid, the URL is inaccessible, or the file is not a valid CSV.
The user is unauthorized or the session expired
The user does not have permission
If the dataset or table was not found.
There was an unexpected error