From 4821061af811b14fe04a880517e5ad21386a0ce3 Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Fri, 14 Oct 2022 12:08:55 +1100 Subject: [PATCH 1/2] update Read Configuration endpoint --- website/content/api-docs/agent/index.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/content/api-docs/agent/index.mdx b/website/content/api-docs/agent/index.mdx index 86dfa573bf34..23da36632804 100644 --- a/website/content/api-docs/agent/index.mdx +++ b/website/content/api-docs/agent/index.mdx @@ -281,7 +281,9 @@ This endpoint returns the configuration and member information of the local agent. The `Config` element contains a subset of the configuration and its format will not change in a backwards incompatible way between releases. `DebugConfig` contains the full runtime configuration but its format is subject -to change without notice or deprecation. +to change without notice or deprecation. + +~> This endpoint will not reflect [reloaded](/docs/agent/config#reloadable-configuration) configuration values. | Method | Path | Produces | | ------ | ------------- | ------------------ | From 4101145acabf8d21cb7798cc0f617de79f30127c Mon Sep 17 00:00:00 2001 From: Gerard Nguyen Date: Wed, 19 Oct 2022 11:11:07 +1100 Subject: [PATCH 2/2] Update website/content/api-docs/agent/index.mdx Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com> --- website/content/api-docs/agent/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/agent/index.mdx b/website/content/api-docs/agent/index.mdx index 23da36632804..7ee5482c0c16 100644 --- a/website/content/api-docs/agent/index.mdx +++ b/website/content/api-docs/agent/index.mdx @@ -283,7 +283,7 @@ format will not change in a backwards incompatible way between releases. `DebugConfig` contains the full runtime configuration but its format is subject to change without notice or deprecation. -~> This endpoint will not reflect [reloaded](/docs/agent/config#reloadable-configuration) configuration values. +~> This endpoint does not reflect [reloaded](/docs/agent/config#reloadable-configuration) configuration values. | Method | Path | Produces | | ------ | ------------- | ------------------ |