Upload File
Uploads a file to a new or specified record.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
Request
This endpoint expects an object.
vaultID
ID of the vault.
tableName
Name of the table.
columnName
Name of the column that contains the file.
file
Path of the file to upload. Each request only supports one file.
skyflowID
ID of the record to update.
returnFileMetadata
If true, returns metadata about the uploaded file.
Response
OK
skyflowID
ID of the record to update.
fileMetadata
Metadata for the uploaded file with keys based on the name of the column containing the file.