Files
medusa-store/docs/api/admin/components/schemas/AdminNotificationsListRes.yaml
github-actions[bot] df4deca2d1 chore(docs): Generated API Reference (#4558)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
2023-07-20 12:00:56 +03:00

22 lines
468 B
YAML

type: object
x-expanded-relations:
field: notifications
relations:
- resends
required:
- notifications
properties:
notifications:
type: array
items:
$ref: ./Notification.yaml
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