Skip to main content
PATCH
Update a vulnerability

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Vulnerability ID

Body

application/json
status_id
integer

New vulnerability status ID

tags
integer[]

Array of tag IDs

tag_list
string[]

Array of tag names

Response

Vulnerability updated successfully

id
integer
title
string
description
string
severity
enum<string>
Available options:
Critical,
High,
Medium,
Low,
Informational
status
string
cvss_score
number<float>
created_at
string<date-time>
updated_at
string<date-time>
tags
object[]
attachments
object[]