Skip to main content

Get file upload url and id to project

GET 

/projects/:projectId/files/upload

Require admin rights

Request​

Path Parameters

    projectId stringrequired

Responses​

Success

Schema
    uploadId stringrequired

    File upload id.

    url stringrequired

    Url where upload file to.

Loading...