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 ] ``` -