External DocumentationTo learn more, visit the Synack documentation.
Parameters
Example Output
Workflow Library Example
Update Vulnerability with Synack and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Status ID | The ID of the new vulnerability status. |
| Tag IDs | A comma-separated list of tag IDs to assign to the vulnerability. |
| Tag Names | A comma-separated list of tag names to assign to the vulnerability. |
| Vulnerability ID | The ID of the vulnerability. Can be obtained using the List Vulnerabilities action. |
{
"id": 0,
"title": "",
"description": "",
"severity": "Critical",
"status": "",
"cvss_score": 0,
"created_at": "",
"updated_at": "",
"tags": [
{
"id": 0,
"name": "",
"editable": false,
"organization_profile_id": 0
}
],
"attachments": [
{
"id": 0,
"filename": "",
"content_type": "",
"file_size": 0,
"created_at": ""
}
]
}
Was this page helpful?