Skip to main content
PATCH
Bulk Update Issues

Authorizations

X-API-Key
string
header
required

Use an API key in the X-API-Key header.

Body

application/json
issue_ids
string[]
required

List of issue IDs to update (max 100)

Required array length: 1 - 100 elements
severity
string | null

New severity level (critical, high, medium, low, info)

false_positive
boolean | null

False positive status (True/False)

exploitable
boolean | null

Exploitable status (True/False)

notes
string | null

Optional notes to add to all updated issues

Maximum string length: 1000

Response

Successful Response

updated_count
integer
required
failed_count
integer
required
failed_issues
Failed Issues · object[]
required
updated_issues
IssueResponse · object[]
required