Update Fundraising
PATCH/v1/fundraisings/:id
Partially updates an existing fundraising record. Only the fields provided in the request body will be modified; all other fields remain unchanged.
Updates do not trigger auto-enrichment. To enrich the fundraising after updating, call POST /v1/fundraisings/: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 fundraising'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 fundraising image is preserved.
Request
Responses
- 200
- 400
- 401
- 404
- 500
Fundraising updated successfully
Invalid request parameters
Invalid or missing API key
Fundraising or origin contact not found
Internal server error