From 7d3a880d748a5b38e51b72b167618dfed7a6b47d Mon Sep 17 00:00:00 2001 From: keithhc2 Date: Tue, 24 May 2022 16:34:47 -0700 Subject: [PATCH] Addressed some more comments Signed-off-by: keithhc2 --- _notifications-plugin/api.md | 14 +++++++------- _notifications-plugin/index.md | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/_notifications-plugin/api.md b/_notifications-plugin/api.md index b5fd28be..e9263ad0 100644 --- a/_notifications-plugin/api.md +++ b/_notifications-plugin/api.md @@ -224,13 +224,13 @@ POST /_plugins/_notifications/configs/ "name": "Sample Email Channel", "description": "Sample email description", "config_type": "email", - "is_enabled" : true, - "email" : { - "email_account_id" : "", - "recipient_list" : [ - "sample@email.com" - ] - } + "is_enabled": true, + "email": { + "email_account_id": "", + "recipient_list": [ + "sample@email.com" + ] + } } } ``` diff --git a/_notifications-plugin/index.md b/_notifications-plugin/index.md index 81f5a29a..6a2484f1 100644 --- a/_notifications-plugin/index.md +++ b/_notifications-plugin/index.md @@ -119,7 +119,7 @@ To send or receive notifications with email, choose **Email** as the channel typ ### Authenticate sender account -If your email provider requires SSL or TLS, you must authenticate each sender account before you can send an email. Enter these credentials in the OpenSearch keystore using the command line interface (CLI). Run the following commands (in your OpenSearch directory) to enter your user name and password. The <sender_name> is the name you entered for **Sender** earlier. +If your email provider requires SSL or TLS, you must authenticate each sender account before you can send an email. Enter the sender account credentials in the OpenSearch keystore using the command line interface (CLI). Run the following commands (in your OpenSearch directory) to enter your user name and password. The <sender_name> is the name you entered for **Sender** earlier. ```json opensearch.notifications.core.email..username