Fix Docs: default (#3550)
Signed-off-by: Lukas Hauser <github@luka5.de>
This commit is contained in:
parent
573e2c3694
commit
318d2a3abf
|
@ -734,10 +734,10 @@ Microsoft Teams notifications are sent via the [Incoming Webhooks](https://learn
|
|||
[ webhook_url: <secret> ]
|
||||
|
||||
# Message title template.
|
||||
[ title: <tmpl_string> | default = '{{ template "teams.default.title" . }}' ]
|
||||
[ title: <tmpl_string> | default = '{{ template "msteams.default.title" . }}' ]
|
||||
|
||||
# Message body template.
|
||||
[ text: <tmpl_string> | default = '{{ template "teams.default.text" . }}' ]
|
||||
[ text: <tmpl_string> | default = '{{ template "msteams.default.text" . }}' ]
|
||||
|
||||
# The HTTP client's configuration.
|
||||
[ http_config: <http_config> | default = global.http_config ]
|
||||
|
|
Loading…
Reference in New Issue