mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 23:07:00 +02:00
20 lines
587 B
YAML
20 lines
587 B
YAML
|
|
get:
|
||
|
|
tags:
|
||
|
|
- notifications
|
||
|
|
summary: get unread notification count
|
||
|
|
description: This operation returns the calling user's unread notifications count
|
||
|
|
responses:
|
||
|
|
'200':
|
||
|
|
description: unread notifications count successfully retrieved
|
||
|
|
content:
|
||
|
|
application/json:
|
||
|
|
schema:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
status:
|
||
|
|
$ref: ../../components/schemas/Status.yaml#/Status
|
||
|
|
response:
|
||
|
|
type: object
|
||
|
|
properties:
|
||
|
|
unread:
|
||
|
|
type: number
|