mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-15 20:13:02 +01: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 |