Confirm a project file upload

View as Markdown
Verify uploaded bytes and register the file on the project.

Authentication

AuthorizationBearer
API key authentication using Bearer token format

Path parameters

projectIdstringRequired
Project ID or shortId

Request

This endpoint expects an object.
storageKeystringRequired>=1 character
fileSizeintegerRequired<=52428800
descriptionstring or nullOptional

Response

Project file uploaded successfully
fileslist of objects

Errors

400
Bad Request Error
401
Unauthorized Error
404
Not Found Error
429
Too Many Requests Error
500
Internal Server Error
504
Gateway Timeout Error