---
title: "Update Notification Subscription"
method: PUT
path: "/configs/notifications/events/{eventName}"
tags: ["Configs"]
---

# Update Notification Subscription

`PUT /configs/notifications/events/{eventName}`

The update events service is used to update the callback URL.<br>If the callback URL is invalid or inaccessible, the subscription will be unsuccessful, and an error will be thrown.<br><br><b>Note:</b> <li>The content type has to be passed as application/json for the body parameter. <br>

## Path parameters

- `eventName` 'REFRESH' | 'DATA_UPDATES' | 'AUTO_REFRESH_UPDATES', required

## Request body

- UpdateConfigsNotificationEventRequest
  - `event` UpdateConfigsNotificationEvent, required
    - `callbackUrl` string — URL to which the notification should be posted.<br><br><b>Endpoints</b>:<ul><li>GET configs/notifications/events</li></ul>

## Response `204`

OK

## Other responses

- `400` — Y803 : eventName required<br>Y803 : callbackUrl required<br>Y800 : Invalid value for callbackUrl
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/yodlee/apis/yodlee-core-apis.md) · [All operations](https://skmtc.net/yodlee/apis/yodlee-core-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/yodlee/yodlee-core-apis/revisions/3bc0042deba8/schema)
