From 3dcd1f89d4ba521b5bf4dc65d4dc2694bca58925 Mon Sep 17 00:00:00 2001 From: bestlibre Date: Sat, 3 Oct 2020 20:07:59 +0200 Subject: [PATCH] missing parameter description for free mobile (#14836) --- source/_integrations/free_mobile.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/source/_integrations/free_mobile.markdown b/source/_integrations/free_mobile.markdown index 0d5af30f4d1..47a3e4b786f 100644 --- a/source/_integrations/free_mobile.markdown +++ b/source/_integrations/free_mobile.markdown @@ -33,6 +33,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 the id given by FreeMobile to access to your online account. required: true