From 3c58752a40277af57cfa9b118ea712c0a8f0ef7c Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Tue, 23 Sep 2025 09:18:13 +0530 Subject: [PATCH 1/2] Update rest-buckets-table.adoc Had made changes for 7.6 which have been approved by reporter porting the changes to other versions of Server https://github.com/couchbase/docs-server/pull/3859/files --- modules/rest-api/partials/rest-buckets-table.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rest-api/partials/rest-buckets-table.adoc b/modules/rest-api/partials/rest-buckets-table.adoc index 87b5554d42..cf1f39aa15 100644 --- a/modules/rest-api/partials/rest-buckets-table.adoc +++ b/modules/rest-api/partials/rest-buckets-table.adoc @@ -23,8 +23,8 @@ | xref:rest-api:rest-retrieve-bucket-nodes.adoc[Listing Nodes by Bucket] | `GET` -| `/pools/default/buckets/[bucket-name]/stats` -| xref:rest-api:rest-bucket-stats.adoc[Getting Bucket Statistics] +| `/pools/default/stats/range` +| xref:rest-api:rest-statistics.adoc[Statistics] | `GET` | `/pools/default/buckets/default` From e63f539a767126305966d2bde2e7b0189c3734dd Mon Sep 17 00:00:00 2001 From: supritha-kumar Date: Tue, 23 Sep 2025 09:19:40 +0530 Subject: [PATCH 2/2] Update rest-xdcr-table.adoc --- modules/rest-api/partials/rest-xdcr-table.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rest-api/partials/rest-xdcr-table.adoc b/modules/rest-api/partials/rest-xdcr-table.adoc index de6a8c9753..945dee3ad7 100644 --- a/modules/rest-api/partials/rest-xdcr-table.adoc +++ b/modules/rest-api/partials/rest-xdcr-table.adoc @@ -44,7 +44,7 @@ | `GET` -| `/pools/default/buckets/[source_bucket]/stats/[destination_endpoint]` +| `/pools/defaults/stats/range/[source_bucket]/stats/[destination_endpoint]` | xref:rest-api:rest-xdcr-statistics.adoc[Getting Statistics] |===