Upload File (Deprecated)
Uploads a file to the specified record.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer .
Path parameters
vaultID
ID of the vault.
objectName
Name of the table.
ID
skyflow_id of the record.
Request
This endpoint expects a multipart form containing an optional 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
OK
skyflow_id
ID of the updated record.
tokens
Tokens for the record.