patch
https://sentinel.whitehatsec.com/api/keepUnreachableFindingsStatusOpen/
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
200SuccessResponse request succeeded
401UnauthorizedResponse signals an unauthorized API access
403ForbiddenResponse signals a request for a resource that does not exist or is not authorized
500GenericError generic error