POST/projects/{id}/files.json

Add a File to a Project

This call adds a file to the project.

Please note

The file must have been uploaded already and you must have the pendingFileRef handle, take a look here:

File Uploading.


Path Params

  • Name
    id
    Type
    string
    required
    Description

Body Params

    • Name
      file
      Type
      object

    Responses

    • Code
      201
      Type
      object
      Schema
      Description
      201 Response

    Examples

    201 Response

    application/json
    {
      "id": "10001",
      "STATUS": "OK"
    }