From 7f6f5a538bfd12f070b7783e65d2262fdc1de511 Mon Sep 17 00:00:00 2001 From: ND Tai <49815011+taind772@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:24:29 +0700 Subject: [PATCH] docs: correct typo on api param (#12631) Co-authored-by: J Stickler --- docs/sources/reference/loki-http-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sources/reference/loki-http-api.md b/docs/sources/reference/loki-http-api.md index c23ae69f06..81904e2013 100644 --- a/docs/sources/reference/loki-http-api.md +++ b/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.