Request
This endpoint expects a multipart form.
tableNamestringRequired
Name of the table.
columnNamestringRequired
Name of the column that contains the file.
skyflowIDstringOptional
ID of the record to update.
filestringRequired
Path of the file to upload. Each request only supports one file.
returnFileMetadatabooleanOptionalDefaults to false
If true, returns metadata about the uploaded file.
Response
OK
skyflowIDstring
ID of the record to update.
fileMetadatamap from strings to objects
Metadata for the uploaded file with keys based on the name of the column containing the file.