This page was automatically generated from tracezilla’s Swagger API documentation 2026-07-17
POST /tasks-and-controls/occurrences/{taskOccurrenceId}/files/{controlId}
Upload single file related to entity
Parameters (path)
| Name | Required | Description | Values |
|---|---|---|---|
| taskOccurrenceId | required | Target Task Occurrence. | |
| controlId | required | Id of control. |
Responses
200
successful operation
Response content JSON schema
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"properties": {
"properties": {
"control_file_id": {
"type": "string",
"format": "uuid"
},
"control_value": "string",
"has_preview": {
"type": "bool",
"format": "bool"
}
},
"type": "object"
},
"type": "object"
}
403
access denied
404
no document file found
406
not acceptable
500
internal server error