---
title: "updateOrganizationNotification"
method: PUT
path: "/organization-notifications/{organization_notification}"
tags: ["Organization Notification"]
deprecated: true
---

# updateOrganizationNotification

`PUT /organization-notifications/{organization_notification}`

> **Deprecated.**

Update nofication

## Path parameters

- `organization_notification` integer, required

## Request body

- OrganizationNotificationFillable
  - `enabled` boolean — Indicates if the Notification is active or not

## Response `200`

Success

- OrganizationNotification
  - `id` integer — Primary identifier of record
  - `organization_id` integer — Primary identifier of associated Organization
  - `type` 'transaction' | 'third_party' | 'recurring' | 'fundraising' | 'chargeback' | 'payout_report' — Type of notifications to be received
  - `email_address` string — Email address who will receive the updates
  - `enabled` boolean — Indicates if the Notification is active or not

## Other responses

- `403` — Requester is not authorized to perform action
- `404` — Organization Notification not found

---

[API](https://skmtc.net/gofundme/apis/gofundme-pro-api.md) · [All operations](https://skmtc.net/gofundme/apis/gofundme-pro-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gofundme/gofundme-pro-api/revisions/6d020bee17cc/schema)
