Doc changes requested by review

Signed-off-by: gotjosh <josue.abreu@gmail.com>
This commit is contained in:
gotjosh 2022-12-15 12:08:35 -04:00
parent 1ba6405bbc
commit c3aaca8d61
No known key found for this signature in database
GPG Key ID: A6E1DDE38FF3C74E

View File

@ -95,6 +95,7 @@ global:
[ wechat_api_secret: <secret> ]
[ wechat_api_corp_id: <string> ]
[ telegram_api_url: <string> | default = "https://api.telegram.org" ]
[ webex_api_url: <string> | default = "https://webexapis.com/v1/messages" ]
# The default HTTP client configuration
[ http_config: <http_config> ]
@ -1125,7 +1126,7 @@ API](http://admin.wechat.com/wiki/index.php?title=Customer_Service_Messages).
[ api_url: <string> | default = global.webex_api_url ]
# ID of the Webex Teams room where to send the messages.
[ room_id: <string> ]
room_id: <string>
# Message template
[ message: <tmpl_string> default = '{{ template "webex.default.message" .}}' ]