Vendors
Update vendor
Partially updates a vendor. Only provided fields will be updated. Supports both API key authentication (X-API-Key header) and session authentication (Bearer token or cookies).
patch/v1/vendors/{id}
Path parameters
idstring required
Example:vnd_abc123def456
Vendor ID
Request body
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"
}
}