Update risk event

This method updates the status of a risk event to open or closed

URL

  • Make sure there are no spaces in the URL.

  • The following characters are not supported in URL values: + & %

  • If the URL includes a dot (.), add a forward slash (/) at the end of the URL. For example: api/Safes/MySafe/Members/user@cyber.com/

 
https://<IIS_Server_Ip>/PasswordVault/API/pta/API/Risks/RiskEvents/<id>

Resource information

HTTP method

PATCH

Content type

application/json

Header parameter

Parameter

Authorization

Type

String

Description

The JWT token that identifies the session.

Valid values

A session token that was returned from the “Logon” method.

Body parameters

 
{
	"status": "OPEN"
}

Parameter

status

Type

Enum

Description

The new status of the risk event

Valid values

open or closed