Skip to main content
PUT
Update Gift Notes
Notes are internal; the donor’s own message is kept separately in the gift’s comment.

Authorizations

Authorization
string
header
required

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

Path Parameters

giftId
integer<int64>
required

The ID of the gift.

Query Parameters

notes
string

The updated notes.

Response

OK

The response is of type string.

Last modified on July 28, 2026