put https://{hostname}/api/risk/v2/risks//reopen
Use this API to reopen the specified risk.
Responses
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
🚧 API Specification Update in Progress: We're migrating our APIs from Swagger 2.0 to OpenAPI 3.1.0. This upgrade brings improved compatibility, flexibility, and support for modern API standards. For more information, see OneTrust API Migration to OpenAPI 3.1.0.
Use this API to reopen the specified risk.
400Bad Request
401Unauthorized
403Forbidden
500Internal Server Error
xxxxxxxxxx
curl --request PUT \
--url https://hostname/api/risk/v2/risks/riskId/reopen \
--header 'accept: application/json' \
--header 'content-type: application/json'