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
- 200
- 400
- 401
- 404
- 500
Investor updated successfully
Invalid request parameters
Invalid or missing API key
Investor or origin contact not found
Internal server error