From ac9e694b98c4ccef4f2e6fc8803dc598bfcf18c5 Mon Sep 17 00:00:00 2001
From: Nick Wales <588472+nickwales@users.noreply.github.com>
Date: Wed, 18 Sep 2024 14:36:27 -0500
Subject: [PATCH] Adds initial sg documentation for the health API (#21763)
Adds initial sg documentation
---
website/content/api-docs/health.mdx | 3 +++
1 file changed, 3 insertions(+)
diff --git a/website/content/api-docs/health.mdx b/website/content/api-docs/health.mdx
index 405c97df1f1a..c6182f441b5d 100644
--- a/website/content/api-docs/health.mdx
+++ b/website/content/api-docs/health.mdx
@@ -273,6 +273,9 @@ The table below shows this endpoint's support for
- `ns` `(string: "")` - Specifies the namespace of the service.
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
+- `sg` `(string: "")` - Specifies the sameness group the service is a member of to
+ facilitate requests to identical services in other peers or partitions.
+
### Sample Request
```shell-session