From a7cb43021158a5a52588832cf64927da50cbce4d Mon Sep 17 00:00:00 2001 From: Christoph Maser Date: Fri, 30 Jan 2026 16:02:47 +0100 Subject: [PATCH] docs(opsgenie): fix description of api_url field (#4908) Fixes: #3206 Signed-off-by: Christoph Maser --- docs/configuration.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index 45e588e7b..49ac00813 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -1300,7 +1300,7 @@ OpsGenie notifications are sent via the [OpsGenie API](https://docs.opsgenie.com # The filepath to API key to use when talking to the OpsGenie API. Conflicts with api_key. [ api_key_file: | default = global.opsgenie_api_key_file ] -# The host to send OpsGenie API requests to. +# The base URL for OpsGenie API requests. [ api_url: | default = global.opsgenie_api_url ] # Alert text limited to 130 characters. @@ -1990,4 +1990,3 @@ room_id: # The tracing timeout. [ timeout: | default = 0s ] ``` -