Upload File
Uploads a file to the specified record.
Authentication
AuthorizationBearer
Access token, prefixed by Bearer: Bearer <token>. Retrieved using <a href='https://readme.skyflow.com/reference/Authentication/OAuth2'>OAuth2</a> security scheme.
Path Parameters
vaultID
ID of the vault.
tableName
Name of the table.
ID
skyflow_id of the record.
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.