1
0
mirror of https://github.com/prometheus/alertmanager.git synced 2026-02-05 15:45:34 +01:00

docs(opsgenie): fix description of api_url field (#4908)

Fixes: #3206

Signed-off-by: Christoph Maser <christoph.maser+github@gmail.com>
This commit is contained in:
Christoph Maser
2026-01-30 16:02:47 +01:00
committed by GitHub
parent e7920ed186
commit a7cb430211

View File

@@ -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: <filepath> | default = global.opsgenie_api_key_file ]
# The host to send OpsGenie API requests to.
# The base URL for OpsGenie API requests.
[ api_url: <string> | default = global.opsgenie_api_url ]
# Alert text limited to 130 characters.
@@ -1990,4 +1990,3 @@ room_id: <tmpl_string>
# The tracing timeout.
[ timeout: <duration> | default = 0s ]
```