Files
medusa-store/docs/api/store/components/schemas/NotificationProvider.yaml
2023-02-14 20:32:28 +02:00

19 lines
539 B
YAML

title: Notification Provider
description: Represents a notification provider plugin and holds its installation status.
type: object
required:
- id
- is_installed
properties:
id:
description: The id of the notification provider as given by the plugin.
type: string
example: sendgrid
is_installed:
description: >-
Whether the plugin is installed in the current version. Plugins that are
no longer installed are not deleted by will have this field set to
`false`.
type: boolean
default: true