docs: correct typo on api param (#12631)

Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/12604/head^2
ND Tai 2 years ago committed by GitHub
parent 0831802a99
commit 7f6f5a538b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      docs/sources/reference/loki-http-api.md

@ -1040,7 +1040,7 @@ GET /config
```
`/config` exposes the current configuration. The optional `mode` query parameter can be used to
modify the output. If it has the value `diff` only the differences between the default configuration
modify the output. If it has the value `diffs` only the differences between the default configuration
and the current are returned. A value of `defaults` returns the default configuration.
In microservices mode, the `/config` endpoint is exposed by all components.

Loading…
Cancel
Save