---
title: "Update risk assessment in batch"
method: PUT
path: "/v2/risk_assessment"
tags: ["Risk Assessment"]
---

# Update risk assessment in batch

`PUT /v2/risk_assessment`

## Request body

- RiskAssessment[]
  - `assessment_id` string, required — Unique identifier for a risk assessment belonging to a risk assessment. This is the primary key for a risk assessment and should be unique across all risk assessments. Updates to a risk assessment should be made using this identifier.
  - `outcome` string, required — The outcome of the assessment. One of: LOW, MEDIUM, HIGH, CRITICAL
  - `related_company_id` string — Unique identifier of the related company entity (used for business contexts). Only one of related_company_id and related_person_id can be specified.
  - `related_person_id` string — Unique identifier of the related person entity (used for retail contexts or when a person is the subject). Only one of related_company_id and related_person_id can be specified.
  - `timestamp` string, date-time, required — When the risk assessment was performed, not when reported to Cable. Use ISO 8601 format.
  - `type` string, required — Type of risk assessment (e.g., pre-onboarding risk rating, risk band, risk engine score)

## Response `200`

Risk assessment updated successfully

- WriteOperationResponse
  - `message` string, required — Provides additional information about the operation result.
  - `organization_id` string, required — The organization ID for which the operation was performed.
  - `success` boolean, required — Indicates if the write operation was successful.
  - `write_count` integer, required — The number of records written to the database.

## Other responses

- `400` — Invalid risk assessment data
- `401` — Unauthorized request
- `404` — Risk assessment not found
- `429` — Rate limit exceeded
- `500` — Server error
- `default` — General error

---

[API](https://skmtc.dev/cable/apis/cable-api.md) · [All operations](https://skmtc.dev/cable/apis/cable-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cable/cable-api/revisions/3222cd28dba5/schema)
