Update 'keep_unreacheable_findings_open' field

This operation updates the 'keep_unreachable_findings_open' field in the asset table based on the status provided in the JSON request body.

  • If status = "enabled", keep_unreachable_findings_open is set to 'true'
  • If status = "disabled", keep_unreachable_findings_open is set to 'false'
  • If status = "globaldefault", keep_unreachable_findings_open is set to null
Path Params
string
required

AssetSubID

Body Params
string
required
string
required
Responses
200

SuccessResponse request succeeded

401

UnauthorizedResponse signals an unauthorized API access

403

ForbiddenResponse signals a request for a resource that does not exist or is not authorized

500

GenericError generic error

Language
Response
Choose an example:
application/json