POST/files/{id}.json
Add a new File Version to a File
This call adds a new file version to an existing file.
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
Request Examples
Example Request
POST
/files/{id}.jsoncurl --request GET \ --url https://{site_name}.teamwork.com/stats.json
Responses
- Code
- 201
- Type
- object
- Schema
- Description
- 201 Response
201 Response
application/json
{
"id": "10001",
"STATUS": "OK"
}