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

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 June 5, 2026