Update risk assessment in batch
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>
, where token is your auth token.
Headers
Authorization
Request
This endpoint expects a list of objects.
assessment_id
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.
timestamp
When the risk assessment was performed, not when reported to Cable. Use ISO 8601 format.
type
Type of risk assessment (e.g., pre-onboarding risk rating, risk band, risk engine score)
outcome
The outcome of the assessment. One of: LOW, MEDIUM, HIGH, CRITICAL
Response
Risk assessment updated successfully
success
Indicates if the write operation was successful.
write_count
The number of records written to the database.
message
Provides additional information about the operation result.
organization_id
The organization ID for which the operation was performed.