Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

API token obtained from the Tokens endpoint. Include as Authorization: Bearer <token>.

Body

application/json
vulnerability_ids
string[]
required

Vulnerability ids to update. Duplicate ids are removed.

Required array length: 1 - 500 elements
status
enum<string>
required
Available options:
open,
in_progress,
snoozed,
fixed,
ignored,
not_affected
note
string

Optional note for the status change.

snoozed_until
string<date-time> | null

Required when status is snoozed. The date must be in the future.

Response

Per-vulnerability status update results.

success
boolean
required
summary
object
required
results
object[]
required