← Back to all endpoints
POST
/dashboard/notifications/read
auth required
Headers
Name
Required
Description
X-Session-Token
Yes
-
Request Body
Content-Type
Format
application/json
object
Schema
Field
Type
Required
Description
notification_ids
array[string]
No
Notification Ids
Example
{ "notification_ids": [] }
Responses
200
Successful Response
422
Validation Error
{ "detail": [] }