Skip to content

Mark notifications as read

PATCH
/notifications/mark-read

Marks the given notification ids as read for the authenticated user.

Authorizations

BearerAuth

Authentication is handled automatically via httpOnly session cookies after signing in at /cognito/signin or via Google SSO at /cognito/oauth/google. For Swagger UI testing, paste a JWT token from the /cognito/signin response.

Type
HTTP (bearer)

Request Body

application/json
JSON
{
"ids": [
"string"
]
}

Responses

Update result

application/json
JSON
{
"success": true,
"updated": 0
}

Playground

Server
Authorization
Body

Samples

Powered by VitePress OpenAPI

Built with VitePress