Skip to content

Commit

Permalink
chore: [release-3.0.x] docs: correct typo on api param (#12637)
Browse files Browse the repository at this point in the history
Co-authored-by: ND Tai <[email protected]>
  • Loading branch information
grafanabot and taind772 authored Apr 16, 2024
1 parent dd58f5e commit f761dca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sources/reference/loki-http-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,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.
Expand Down

0 comments on commit f761dca

Please sign in to comment.