Partially Update Client Risk

Updates specific fields of a risk. Only the fields provided in the request body will be updated.
All other fields will remain unchanged.

Request property names use snake_case in JSON.

Allowed values for patchable fields:

  • title: risk title
  • code: business code (e.g. RSK-12)
  • description: risk description
  • status:Not Assessed, Assessment in progress, Assessed, Remediation in progress, Remediated, Closed
  • owner_email: user email
  • team: team name
  • department: department name
  • category: risk category name
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
uuid
required

Unique identifier of the client

int32
required

Unique identifier of the risk to be updated.

Body Params

Fields to update for the risk. Only provided fields will be modified.

Request object for partially updating a risk.

string

The unique code for the risk

string

The title of the risk

string

A detailed description of the risk

string
enum

Risk workflow status.

Allowed:
string

The owner of the risk

string

The team responsible for the risk

string

The department related to the risk

string

The category of the risk

Responses

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json