Create Project File (stream)
Create Project File (stream)
Upload a file to a project using multipart/form-data
Authentication
x-api-keystring
API Key authentication via header
Path parameters
projectId
Query parameters
name
Optional file name to store
content_type
Optional MIME type to associate with the file
phase_instance_id
Optional phase instance id to associate with the file
Request
This endpoint expects a multipart form containing a file.
file
Response
Successful response
id
File identifier
name
File name
downloadUrl
URL to download the file
metaData
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error
