From d4342a3124c91ab8526ee9d871a7e1acfa13667d Mon Sep 17 00:00:00 2001 From: Sean Ellefson Date: Tue, 1 Mar 2022 14:41:47 -0800 Subject: [PATCH] Correcting API documentation to show status endpoints are unauthenticated (#13943) --- website/content/api-docs/system/replication/replication-dr.mdx | 2 +- .../api-docs/system/replication/replication-performance.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/system/replication/replication-dr.mdx b/website/content/api-docs/system/replication/replication-dr.mdx index b4007add36..cff8fd79ef 100644 --- a/website/content/api-docs/system/replication/replication-dr.mdx +++ b/website/content/api-docs/system/replication/replication-dr.mdx @@ -15,7 +15,7 @@ description: >- This endpoint prints information about the status of replication (mode, sync progress, etc). -This is an authenticated endpoint. +This is an unauthenticated endpoint. | Method | Path | | :----- | :--------------------------- | diff --git a/website/content/api-docs/system/replication/replication-performance.mdx b/website/content/api-docs/system/replication/replication-performance.mdx index fec0ad8958..d0aa1dc672 100644 --- a/website/content/api-docs/system/replication/replication-performance.mdx +++ b/website/content/api-docs/system/replication/replication-performance.mdx @@ -15,7 +15,7 @@ description: >- This endpoint prints information about the status of replication (mode, sync progress, etc). -This is an authenticated endpoint. +This is an unauthenticated endpoint. | Method | Path | | :----- | :------------------------------------ |