Update transaction hash for a crypto donation pledge
Donation Pledges
Update transaction hash for a crypto donation pledge
Updates the transaction hash for an existing crypto donation pledge.
Authorization rules:
- When a pledge was created by an authenticated user, only the user who created the pledge can update it
- When the pledge was created by an anonymous user, anyone can update the hash of the pledge. But that update can only occur once.
- For pledges created by authenticated users, the hash can be updated multiple times
- Transaction hash must be unique across all active pledges for the same token
PATCH
Update transaction hash for a crypto donation pledge
Documentation Index
Fetch the complete documentation index at: https://docs.endaoment.org/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Body
application/json
Transaction hash proving that the asset was sent to the entity
Example:
"0x1234567890abcdef1234567890abcdef1234567890abcdef1234567890abcdef"
Response
Transaction hash successfully updated