From ccc11a69f1839b2592e438ecea64ef6a196df239 Mon Sep 17 00:00:00 2001 From: Daniel Jolly Date: Mon, 5 Aug 2024 05:26:04 -0400 Subject: [PATCH] Fix yaml config example for HTTP provider headers --- docs/content/providers/http.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/content/providers/http.md b/docs/content/providers/http.md index b4606f1c3..775ec8818 100644 --- a/docs/content/providers/http.md +++ b/docs/content/providers/http.md @@ -84,8 +84,9 @@ Defines custom headers to be sent to the endpoint. ```yaml tab="File (YAML)" providers: - headers: - name: value + http: + headers: + name: value ``` ```toml tab="File (TOML)"