add missing param description in various docs (#14849)

This commit is contained in:
bestlibre 2020-10-04 11:09:19 +02:00 committed by GitHub
parent b6b718a1a9
commit ce13ef1a3d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 13 additions and 11 deletions

View File

@ -74,19 +74,11 @@ notify:
```
{% configuration %}
domain:
description: This is the domain name to be used when sending out mail.
required: true
type: string
sandbox:
description: "(**Deprecated**) If a sandboxed domain is used, specify it in `domain`."
name:
description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME."
required: false
default: false
type: boolean
api_key:
description: This is the API Key that has been generated in your Mailgun account.
required: true
type: string
default: notify
recipient:
description: The email address of the recipient.
required: true

View File

@ -30,6 +30,11 @@ notify:
```
{% configuration %}
name:
description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME."
required: false
type: string
default: notify
access_token:
description: Your Mastodon access token.
required: true

View File

@ -50,6 +50,11 @@ notify:
```
{% configuration %}
name:
description: "The optional parameter name allows multiple notifiers to be created. The notifier will bind to the service notify.NOTIFIER_NAME."
required: false
type: string
default: notify
username:
description: This is your login name (usually your phone number). Veryfy that you can use your credentials on the Yesss.at website.
required: true