v1

latestOpenAPI 3.0.32026-08-061810496.7 KB
Notifications

Marks the notification as read

put/api/1/account/notifications

Request body

typesstring[] required
notificationsinteger[] required
notifiable_idobject

Must match the regex [a-z]+_[0-9]+.

uuidstring[] required

Must be a valid UUID.

itemsinteger[] required
scope'external' | 'internal' nullable
readboolean nullable
read_fromstring nullable

Example request

{
  "types": [
    "architecto"
  ],
  "notifications": [
    16
  ],
  "uuid": [
    "a4855dc5-0acb-33c3-b921-f4291f719ca0"
  ],
  "items": [
    16
  ],
  "scope": "external",
  "read_from": "architecto"
}