---
title: "Modifies a notification associated with a scheduler by provided scheduler ID and notification ID."
method: PUT
path: "/scheduler/notification/{notificationId}"
tags: ["Scheduler"]
---

# Modifies a notification associated with a scheduler by provided scheduler ID and notification ID.

`PUT /scheduler/notification/{notificationId}`

## Path parameters

- `notificationId` integer, required

## Request body

- NotificationResource
  - `notificationId` integer
  - `schedulerId` integer
  - `name` string
  - `eventType` string
  - `notificationType` string
  - `template` TemplateMessageResource
    - `templateId` integer
    - `name` string
  - `recipients` string[]
  - `team` string
  - `channel` string

## Response `204`

Notification has been created successfully for scheduler

- NotificationResource
  - `notificationId` integer
  - `schedulerId` integer
  - `name` string
  - `eventType` string
  - `notificationType` string
  - `template` TemplateMessageResource
    - `templateId` integer
    - `name` string
  - `recipients` string[]
  - `team` string
  - `channel` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `500` — Internal Error
- `502` — Bad Gateway

---

[API](https://skmtc.net/opencelium/apis/opencelium-api.md) · [All operations](https://skmtc.net/opencelium/apis/opencelium-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/opencelium/opencelium-api/versions/82ed767ffb65/schema)
