Vulnerabilities
Update the status of multiple vulnerabilities
Updates the status of up to 500 vulnerabilities in one request. Each vulnerability is processed independently. The response reports updated, unchanged, and failed results.
POST
Error
Authorizations
API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.
Body
application/json
Vulnerability ids to update. Duplicate ids are removed.
Required array length:
1 - 500 elementsAvailable options:
open, in_progress, snoozed, fixed, ignored, not_affected Optional note for the status change.
Required when status is snoozed. The date must be in the future.
Error