Commit f401c858 authored by michas2's avatar michas2 Committed by Brian Brazil

Fix documentation: The correct key is 'api_url' (#771)

See https://github.com/prometheus/alertmanager/blob/master/config/notifiers.go#L238
parent 88430f7c
......@@ -276,7 +276,7 @@ room_id: <tmpl_string>
# The auth token.
[ auth_token: <string> | default = global.hipchat_auth_token ]
# The URL to send API requests to.
[ url: <string> | default = global.hipchat_url ]
[ api_url: <string> | default = global.hipchat_url ]
# See https://www.hipchat.com/docs/apiv2/method/send_room_notification
# A label to be shown in addition to the sender's name.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment