Skip to main content
PUT
https://prod-api.raisedonors.com
/
api
/
Donor
/
{donorId}
/
notes
Update Donor Notes
curl --request PUT \
  --url https://prod-api.raisedonors.com/api/Donor/{donorId}/notes \
  --header 'Authorization: <api-key>'
"<string>"

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme. Example: "Authorization: Bearer {token}"

Path Parameters

donorId
integer<int64>
required

The ID of the donor.

Query Parameters

notes
string

The updated notes.

Response

OK

The response is of type string.

Last modified on June 5, 2026