Skip to main content
PUT
Update Donor Notes
To change notes alongside other donor fields, use Partially Update a Donor.

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 July 28, 2026