Files
medusa-store/docs/api/admin/components/schemas/AdminNotificationsListRes.yaml
github-actions[bot] 658339767b chore(docs): Generated API Reference (#4706)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-08-07 16:54:48 +03:00

23 lines
519 B
YAML

type: object
x-expanded-relations:
field: notifications
relations:
- resends
required:
- notifications
properties:
notifications:
type: array
description: an array of notifications
items:
$ref: ./Notification.yaml
count:
type: integer
description: The total number of notifications
offset:
type: integer
description: The number of notifications skipped when retrieving the notifications.
limit:
type: integer
description: The number of notifications per page