← Back to all endpoints
POST /dashboard/notifications/read auth required

Headers

NameRequiredDescription
X-Session-Token Yes -

Request Body

Content-TypeFormat
application/json object

Schema

FieldTypeRequiredDescription
notification_ids array[string] No Notification Ids

Example

{ "notification_ids": [] }

Responses

200 Successful Response
422 Validation Error
{ "detail": [] }