v1
latestOpenAPI 3.1.02026-08-066984441.1 MBdocumentFiles
Uploads a new version of the document file with the specified id.
Uploads a new version of an document file. Use this to upload a file as a form value along with the basic file meta data. The file size must not exceed 1GB.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
post/documents/{documentId}/files/{fileId}/versions
Path parameters
documentIdstring uuid required
The id of the document.
fileIdstring uuid required
The id of the file.
Headers
Authorizationstring required
Bearer authentication
Response
OK