Update Risk

Use this API to update an existing risk's details. This endpoint allows you to modify various attributes of a risk, including its name, description, owners, approvers, and other properties.

Path Params
uuid
required

Unique identifier of the risk to update

Body Params
string
enum
deprecated

risk level

Allowed:
string
length between 0 and 4000

description

string
length between 0 and 4000

recommendation

string

mitigation

string

requested exception

uuid
deprecated

risk owner id

string
deprecated

risk owner name

riskOwners
array of objects

list of risk owners

riskOwners
uuid

organization group id

riskApproversId
array of uuids

list of approver ids

riskApproversId
date-time

deadline, format - YYYY-MM-DDTHH:MM:SS.FFFZ

int64

number of days before the deadline when the reminder will be sent

string
enum

risk action

int64

probability level id

int64

impact level id

number

risk score

int64

risk level Id, replacement for level field

categoryIds
array of uuids

List of Category Ids

categoryIds
inherentRiskLevel
object

Inherent risk level details

targetRiskLevel
object

Target risk level details

string
length between 0 and 4000

AKA remediation in current workflow

uuid

Threat id

vulnerabilityIds
array of uuids

List of vulnerabilityIds

vulnerabilityIds
attributeValues
object

Custom Attributes

string
length between 0 and 300

name

string
enum
required

Result to set on Risk as part of approval

Allowed:
string
enum

treatment status to set for Risk in Custom Workflows

Allowed:
uuid
uuid
int64
riskManager
array of uuids

list of manager ids

riskManager
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Choose an example:
application/json
*/*