Upload File
Uploads a file to the specified record.
Path parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id
of the record.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Request
This endpoint expects a multipart form containing a file.
fileColumnName
The key for fileColumnName
is the name of the column to store the file in, which must have a file
data type. The value is the file to upload.
Response
A successful response.
skyflow_id
ID of the updated record.
tokens
Tokens for the record.