Update donor details for donation session
PATCH/v1/donation-sessions/:sessionId/donations
Updates the email address, name, consent preferences, and/or gift note for any donations linked to the specified donation session. This endpoint requires both a public API key and a valid donation session token in the headers. At least one field (email, firstName, lastName, consentedToBeContactedByOrg, or giftNote) must be provided in the request body. If no donation is linked to the session, the endpoint will return success without making any changes.
Request
Responses
- 200
- 400
- 401
- 403
- 404
Successfully updated donor details
Bad request
Unauthorized
Forbidden - missing donation session token or invalid scope
The specified resource was not found