---
title: "PUT /curation/notifications/{id}"
method: PUT
path: "/curation/notifications/{id}"
tags: ["curation"]
---

# PUT /curation/notifications/{id}

`PUT /curation/notifications/{id}`

Update a notification

## Path parameters

- `id` integer, required

## Request body

- PublicNotification
  - `dbCreateDate` integer — Timestamp at which the notification was created
  - `dbUpdateDate` integer — Timestamp at which the notification was last updated
  - `expiration` integer
  - `id` integer — ID for the notification
  - `message` string
  - `priority` 'LOW' | 'MEDIUM' | 'CRITICAL'
  - `type` 'SITEWIDE' | 'NEWSBODY' — Type of notification

## Response `default`

default response

- PublicNotification
  - `dbCreateDate` integer — Timestamp at which the notification was created
  - `dbUpdateDate` integer — Timestamp at which the notification was last updated
  - `expiration` integer
  - `id` integer — ID for the notification
  - `message` string
  - `priority` 'LOW' | 'MEDIUM' | 'CRITICAL'
  - `type` 'SITEWIDE' | 'NEWSBODY' — Type of notification

---

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