Vendors
Update vendor record
Update vendor ownership, risk attributes, review metadata, and third-party compliance context for an organization.
patch/v1/vendors/{id}
Path parameters
idstring required
Example:vnd_abc123def456
Vendor ID
Request body
Example request
{
"treatmentStrategy": "mitigate"
}Response
Vendor updated successfully
Example response
{
"id": "vnd_abc123def456",
"name": "CloudTech Solutions Inc.",
"description": "Cloud infrastructure provider offering AWS-like services including compute, storage, and networking solutions for enterprise customers.",
"category": "cloud",
"status": "assessed",
"inherentProbability": "possible",
"inherentImpact": "moderate",
"residualProbability": "unlikely",
"residualImpact": "minor",
"website": "https://www.cloudtechsolutions.com",
"organizationId": "org_abc123def456",
"assigneeId": "mem_abc123def456",
"authenticatedUser": {
"id": "usr_def456ghi789",
"email": "user@example.com"
}
}