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.

    Example: 133386120079961018
    url stringrequired

    Url where upload file to.

    Example: https://....
Loading...