chore(docs): Generated API Reference (#4558)

Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
This commit is contained in:
github-actions[bot]
2023-07-20 12:00:56 +03:00
committed by GitHub
parent 6ee80794c9
commit df4deca2d1
5 changed files with 51 additions and 0 deletions

View File

@@ -25755,6 +25755,18 @@
"items": {
"$ref": "#/components/schemas/Notification"
}
},
"count": {
"type": "integer",
"description": "The total number of notifications"
},
"offset": {
"type": "integer",
"description": "The number of notifications skipped before these notifications"
},
"limit": {
"type": "integer",
"description": "The number of notifications per page"
}
}
},