v51

latestOpenAPI 3.0.1Apache License Version 2.0raw.githubusercontent.com2026-08-01304136381.9 KB
curation

Create a notification

post/curation/notifications

Request body

dbCreateDateinteger

Timestamp at which the notification was created

dbUpdateDateinteger

Timestamp at which the notification was last updated

expirationinteger
idinteger

ID for the notification

messagestring
priority'LOW' | 'MEDIUM' | 'CRITICAL'
type'SITEWIDE' | 'NEWSBODY'

Type of notification

Example request

{
  "type": "SITEWIDE"
}

Response

default response

dbCreateDateinteger

Timestamp at which the notification was created

dbUpdateDateinteger

Timestamp at which the notification was last updated

expirationinteger
idinteger

ID for the notification

messagestring
priority'LOW' | 'MEDIUM' | 'CRITICAL'
type'SITEWIDE' | 'NEWSBODY'

Type of notification

Example response

{
  "type": "SITEWIDE"
}