Fix yaml config example for HTTP provider headers

This commit is contained in:
Daniel Jolly
2024-08-05 05:26:04 -04:00
committed by GitHub
parent 0f57f108ae
commit ccc11a69f1
+3 -2
View File
@@ -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)"