Get file upload url and id to project
GET/projects/:projectId/files/upload
Require admin rights
Request
Path Parameters
projectId stringrequired
Responses
- 200
- 401
- 404
- 500
Success
- application/json
- Schema
- Example (from schema)
Schema
uploadId stringrequired
File upload id.
Example:
133386120079961018
url stringrequired
Url where upload file to.
Example:
https://....
{
"uploadId": "133386120079961018",
"url": "https://...."
}
Unauthorized
Not Found
Server Error
Loading...