Actions
Add File To Upload
Adds a file to an existing upload.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Client ID | The unique identifier of the client. |
| File Identifier | The identifier of the file. |
| Upload ID | The unique identifier of the upload. |
[
{
"id": <ID>,
"scannerName": "<SCANNERNAME>",
"scannerUuid": "<SCANNERUUID>",
"assessmentId": <ASSESSMENTID>,
"networkId": <NETWORKID>,
"applicationId": <APPLICATIONID>,
"state": "<STATE>"
}
]
Was this page helpful?