Organization Notification
updateOrganizationNotification
Update nofication
put/organization-notifications/{organization_notification}
Path parameters
organization_notificationinteger required
Example:238
Primary identifier of Organization Notification
Request body
Example request
{
"enabled": true
}Response
Success
Example response
{
"id": 238,
"organization_id": 82364,
"type": "transaction",
"email_address": "test@gofundme.com",
"enabled": true
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.