diff --git a/website/content/api-docs/acl/auth-methods.mdx b/website/content/api-docs/acl/auth-methods.mdx
index 805a9ee93c41..34f59cb866c5 100644
--- a/website/content/api-docs/acl/auth-methods.mdx
+++ b/website/content/api-docs/acl/auth-methods.mdx
@@ -107,6 +107,8 @@ The corresponding CLI command is [`consul acl auth-method create`](/consul/comma
prefixed-${serviceaccount.name}
```
+@include 'http-api-body-options-partition.mdx'
+
### Sample Payload
```json
@@ -175,9 +177,11 @@ The corresponding CLI command is [`consul acl auth-method read`](/consul/command
### Query Parameters
-- `ns` `(string: "")` - Specifies the namespace of the auth method you lookup.
+- `ns` `(string: "")` - Specifies the namespace of the auth method you look up.
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
+@include 'http-api-query-parms-partition.mdx'
+
### Sample Request
```shell-session
@@ -291,9 +295,11 @@ The corresponding CLI command is [`consul acl auth-method update`](/consul/comma
same values that are usable by the `Selector` syntax. For example:
```text
- prefixed-${serviceaccount.name}
+ prefixed-${serviceaccount.name}
```
+@include 'http-api-body-options-partition.mdx'
+
### Sample Payload
```json
@@ -369,6 +375,8 @@ The corresponding CLI command is [`consul acl auth-method delete`](/consul/comma
- `ns` `(string: "")` - Specifies the namespace of the auth method you delete.
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
+@include 'http-api-query-parms-partition.mdx'
+
### Sample Request
```shell-session
@@ -408,8 +416,9 @@ The corresponding CLI command is [`consul acl auth-method list`](/consul/command
The namespace may be specified as '\*' to return results for all namespaces.
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
-The namespace may be specified as '\*' and then
- results will be returned for all namespaces.
+ The namespace may be specified as '\*' and then results are returned for all namespaces.
+
+@include 'http-api-query-parms-partition.mdx'
## Sample Request
diff --git a/website/content/partials/http-api-body-options-partition.mdx b/website/content/partials/http-api-body-options-partition.mdx
index a18edb55bc0f..69e7a086a331 100644
--- a/website/content/partials/http-api-body-options-partition.mdx
+++ b/website/content/partials/http-api-body-options-partition.mdx
@@ -1,3 +1,2 @@
-- `Partition` `(string: "")` - The admin partition that the
- peering token is generated from. Uses `default` when not specified.
\ No newline at end of file
+- `Partition` `(string: "")` - The partition to use. When not specified, uses `default`.
\ No newline at end of file
diff --git a/website/content/partials/http-api-query-parms-partition.mdx b/website/content/partials/http-api-query-parms-partition.mdx
index 7c5d845b1eb2..ead57f09ff11 100644
--- a/website/content/partials/http-api-query-parms-partition.mdx
+++ b/website/content/partials/http-api-query-parms-partition.mdx
@@ -1,2 +1 @@
-- `partition` `(string: "")` - Specifies the partition of the peering
- to read. If not specified, defaults to `default`.
\ No newline at end of file
+- `partition` `(string: "")` - The partition to use. When not specified, uses `default`.
\ No newline at end of file