From c758af87914c16394fbf198023945b36a3371fd9 Mon Sep 17 00:00:00 2001 From: TwiN Date: Sun, 10 Nov 2024 17:48:30 -0500 Subject: [PATCH] docs: Fix order of alerting config params --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a62acabd..4dda87fc 100644 --- a/README.md +++ b/README.md @@ -1190,8 +1190,8 @@ Here's an example of what the notifications look like: | `alerting.teams` | Configuration for alerts of type `teams` | `{}` | | `alerting.teams.webhook-url` | Teams Webhook URL | Required `""` | | `alerting.teams.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert) | N/A | -| `alerting.teams.overrides` | List of overrides that may be prioritized over the default configuration | `[]` | | `alerting.teams.title` | Title of the notification | `"🚨 Gatus"` | +| `alerting.teams.overrides` | List of overrides that may be prioritized over the default configuration | `[]` | | `alerting.teams.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` | | `alerting.teams.overrides[].webhook-url` | Teams Webhook URL | `""` | | `alerting.teams.client.insecure` | Whether to skip TLS verification | `false` | @@ -1247,9 +1247,9 @@ Here's an example of what the notifications look like: |:---------------------------------------------------|:-------------------------------------------------------------------------------------------|:-------------------| | `alerting.teams-workflows` | Configuration for alerts of type `teams` | `{}` | | `alerting.teams-workflows.webhook-url` | Teams Webhook URL | Required `""` | +| `alerting.teams-workflows.title` | Title of the notification | `"⛑ Gatus"` | | `alerting.teams-workflows.default-alert` | Default alert configuration.
See [Setting a default alert](#setting-a-default-alert) | N/A | | `alerting.teams-workflows.overrides` | List of overrides that may be prioritized over the default configuration | `[]` | -| `alerting.teams-workflows.title` | Title of the notification | `"⛑ Gatus"` | | `alerting.teams-workflows.overrides[].group` | Endpoint group for which the configuration will be overridden by this configuration | `""` | | `alerting.teams-workflows.overrides[].webhook-url` | Teams WorkFlow Webhook URL | `""` |