Skip to main content
POST
Add a vendor finding

Authorizations

Authorization
string
header
required

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

Path Parameters

vendorId
string
required

Body

application/json
content
string
required

The content of the finding.

riskStatus
enum<string>
required

The risk status of the finding.

Available options:
ACCEPT,
REMEDIATE,
NONE
remediation
object

Remediation information about the finding. Will only be populated if riskStatus is set to "REMEDIATE".

securityReviewId
string

Unique identifier for a security review.

documentId
string

Unique identifier for a document.

Response

200 - application/json

Ok

id
string
required

Unique identifier for the finding.

vendorId
string
required

Unique identifier for the vendor.

securityReviewId
string | null
required

Unique identifier for a security review.

documentId
string | null
required

Unique identifier for a document.

content
string
required

The content of the finding.

riskStatus
enum<string>
required

The risk status of the finding.

Available options:
ACCEPT,
REMEDIATE,
NONE
remediation
object | null
required

Remediation information about the finding. Will only be populated if riskStatus is set to "REMEDIATE".