v1

latestOpenAPI 3.1.02026-07-2426052.7 KB

Add a new file

post/file

Request body

namestring

name of the file to add

versionstring

version of the file to add

Response

201

idinteger
updatedOnstring
createdOnstring
namestring
versionstring
tenantIdinteger

Example response

{
  "id": 1,
  "updatedOn": "1649849877000",
  "createdOn": "1649849877000",
  "name": "name-of-your-file",
  "version": "version-of-your-file",
  "tenantId": 1
}