POST/tasks/{id}/files.json
Add a File to a Task
This call adds a file to the task.
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
{
"affectedTaskIds": "1",
"assignedFileIds": [
"12"
],
"STATUS": "OK",
"existingFileIds": [
"4412546",
"4412548"
]
}