events_notifications_mark_all_seen_create
POST/events/notifications/mark_all_seen/
Mark all the user's notifications as seen
Responses
- 204
- 400
- 403
Marked tasks as read successfully.
- application/json
- Schema
- Example (from schema)
Schema
non_field_errors string[]
code string
property name* any
Validation Error
{
"non_field_errors": [
"string"
],
"code": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
detail stringrequired
code string
{
"detail": "string",
"code": "string"
}
Loading...