Upload File

Uploads a file to the specified record.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

vaultIDstringRequired
ID of the vault.
tableNamestringRequired
Name of the table.
IDstringRequired

skyflow_id of the record.

Request

This endpoint expects a multipart form containing a file.
fileColumnNamefileRequired

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_idstring
ID of the updated record.
tokensmap from strings to any
Tokens for the record.

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
500
Internal Server Error