Update Vulnerability Flags

Adds or removes one or more existing flags from multiple vulnerabilities. The caller must have permission to update vulnerability flags and must be able to access every requested vulnerability. Vulnerability IDs and flag IDs must be valid 24-character hexadecimal object IDs. Do not repeat an ID within either array.

Body Params
string
enum
required

Operation to perform on the vulnerability flags. Accepted values are add and remove.

Allowed:
vulnerability_ids
array of strings
required

One or more unique vulnerability IDs (24-character hexadecimal object IDs). Do not repeat an ID within the array.

vulnerability_ids*
flag_ids
array of strings
required

One or more unique, existing, active flag IDs (24-character hexadecimal object IDs). Do not repeat an ID within the array.

flag_ids*
Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json