Skip to main content

Update Investor

PATCH 

/v1/investors/:id

Updates an existing investors in the system.

Updates do not trigger auto-enrichment. To enrich the investor after updating, call POST /v1/investors/:id/enrich.

Origin contact link: When originContactId is included in the patch, the referenced contact must exist in the caller's organization (404 otherwise). The investor's name and image are re-synced to the contact's name and photo_url — a name field sent in the same patch is ignored. When the contact has no photo_url, the existing investor image is preserved.

Request

Responses

Investor updated successfully