---
title: "Update all the notify"
method: PUT
path: "/notification/{id}"
tags: ["Notify"]
---

# Update all the notify

`PUT /notification/{id}`

## Path parameters

- `id` integer, required

## Request body

- NotifyDTO
  - `id` integer
  - `self` string
  - `start` string, date-time
  - `end` string, date-time
  - `userRoles` string[]
  - `message` string, required

## Response `200`

OK

- NotifyDTO
  - `id` integer
  - `self` string
  - `start` string, date-time
  - `end` string, date-time
  - `userRoles` string[]
  - `message` string, required

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Not Found
- `405` — Method Not Allowed
- `409` — Conflict
- `422` — Unprocessable Entity
- `423` — Locked
- `429` — Too Many Requests
- `500` — Internal Server Error

---

[API](https://skmtc.dev/cloudesire/apis/cloudesire-users-api.md) · [All operations](https://skmtc.dev/cloudesire/apis/cloudesire-users-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cloudesire/cloudesire-users-api/revisions/3d64889e8ae7/schema)
