Fix yaml config example for HTTP provider headers
This commit is contained in:
parent
0f57f108ae
commit
ccc11a69f1
1 changed files with 3 additions and 2 deletions
|
@ -84,8 +84,9 @@ Defines custom headers to be sent to the endpoint.
|
||||||
|
|
||||||
```yaml tab="File (YAML)"
|
```yaml tab="File (YAML)"
|
||||||
providers:
|
providers:
|
||||||
headers:
|
http:
|
||||||
name: value
|
headers:
|
||||||
|
name: value
|
||||||
```
|
```
|
||||||
|
|
||||||
```toml tab="File (TOML)"
|
```toml tab="File (TOML)"
|
||||||
|
|
Loading…
Reference in a new issue