chore(docs): Generated API Reference (#2882)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
233d6904f8
commit
4814045036
17
docs/api/admin/components/schemas/NotificationProvider.yaml
Normal file
17
docs/api/admin/components/schemas/NotificationProvider.yaml
Normal file
@@ -0,0 +1,17 @@
|
||||
title: Notification Provider
|
||||
description: Represents a notification provider plugin and holds its installation status.
|
||||
type: object
|
||||
required:
|
||||
- id
|
||||
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
|
||||
Reference in New Issue
Block a user