v4
latestOpenAPI 3.1.02026-08-01207318738.7 KBUploads
Replace an upload's data
Replace the data behind an existing CSV upload while keeping its id stable. The new file lands as fresh storage and (when the connection stages uploads) a fresh warehouse table, and the upload's pointers move to them — views and document tabs reference the upload by id, so they serve the new data with no model or document changes. Column renames/removals may break content referencing the old columns.
put/api/v1/uploads/{uploadId}
Path parameters
uploadIdstring uuid required
ID of the upload to delete
ID of the upload to delete
Response
Upload data replaced successfully
Example response
{
"fileName": "users_updated.csv"
}