Update Finding

Update a finding. Omitted fields are unchanged. closeReason is required when status is CLOSED.

Authentication

AuthorizationBearer

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

Path parameters

findingIdstringRequired

The unique identifier for a finding. Same RID as an ontology-gateway Issue.

Request

This endpoint expects an object.
statusenumOptional
closeReasonenumOptional
commentstringOptional

Response

This endpoint returns an object.
idstring

The unique identifier for a finding. Same RID as an ontology-gateway Issue.

environmentIdstring
The unique identifier for an environment in Method
environmentNamestring
titlestring
descriptionstring
remediationstring
statusenum
severityenum
affectedObjectIdstring
The unique identifier for an object in Method
affectedObjectTitlestring
sourceslist of objects
closedReasonenumOptional

Errors

404
Finding Does Not Exist Error