PUT
/notificationsAuthentication
cookieSessionapiKey
required
Encrypted session cookie issued after registration or login.
cookie: sessioncsrfTokenapiKey
required
CSRF cookie issued with the session and required for state-changing requests.
cookie: csrfAll credentials in this group are required.
Parameters
This operation has no path, query, header, or cookie parameters.
Request body
required
application/json
{
"type": "object",
"required": [
"ids"
],
"properties": {
"ids": {
"type": "array",
"minItems": 1,
"uniqueItems": true,
"items": {
"type": "string",
"format": "uuid"
}
}
}
}Responses
204
Notifications marked read
401
Missing or invalid session
404
One or more notifications do not exist or do not belong to the authenticated user; no notifications are changed
413
Request body exceeds the 4 MiB ingress limit
429
Ingress rate or connection limit exceeded for the client address
