apps

Upload Entity File

Store a blob for a File cell. Omit row_key to attach to a row that does not exist yet (an app's create form) — see the module docstring.

post/api/v1/apps/{app_id}/entity-files/upload

Path parameters

app_idstring uuid required

Response

Successful Response

idstring uuid required
namestring required
file_typestring required
size_bytesinteger required
created_atstring date-time required

Changes

Changed in 2 of the 12 revisions of this API.3

    • added the new optional request property embed_host_app_id

      new-optional-request-property

    • the request property row_key became optional

      request-property-became-optional

    • request property row_key list-of-types was widened by adding types null to media type multipart/form-data

      request-property-list-of-types-widened