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:Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}