diff --git a/website/content/api-docs/acl/auth-methods.mdx b/website/content/api-docs/acl/auth-methods.mdx
index 34f59cb866c5..6a39ab91abe6 100644
--- a/website/content/api-docs/acl/auth-methods.mdx
+++ b/website/content/api-docs/acl/auth-methods.mdx
@@ -43,6 +43,8 @@ The corresponding CLI command is [`consul acl auth-method create`](/consul/comma
- `ns` `(string: "")` - Specifies the namespace of the auth method you create.
You can also [specify the namespace through other methods](#methods-to-specify-namespace).
+@include 'http-api-query-parms-partition.mdx'
+
### JSON Request Body Schema
- `Name` `(string: )` - Specifies a name for the ACL auth method. The
diff --git a/website/content/api-docs/acl/binding-rules.mdx b/website/content/api-docs/acl/binding-rules.mdx
index aea2e1bf9d95..34edeadc4a95 100644
--- a/website/content/api-docs/acl/binding-rules.mdx
+++ b/website/content/api-docs/acl/binding-rules.mdx
@@ -530,7 +530,7 @@ The table below shows this endpoint's support for
The corresponding CLI command is [`consul acl binding-rule list`](/consul/commands/acl/binding-rule/list).
-## Query Parameters
+### Query Parameters
- `authmethod` `(string: "")` - Filters the binding rule list to those binding
rules that are linked with the specific named auth method.
@@ -541,7 +541,7 @@ The corresponding CLI command is [`consul acl binding-rule list`](/consul/comman
@include 'http-api-query-parms-partition.mdx'
-## Sample Request
+### Sample Request
```shell-session
$ curl --request GET http://127.0.0.1:8500/v1/acl/binding-rules
diff --git a/website/content/api-docs/acl/policies.mdx b/website/content/api-docs/acl/policies.mdx
index 0f87bf98d5da..1d46fa1b5125 100644
--- a/website/content/api-docs/acl/policies.mdx
+++ b/website/content/api-docs/acl/policies.mdx
@@ -356,7 +356,7 @@ The corresponding CLI command is [`consul acl policy list`](/consul/commands/acl
@include 'http-api-query-parms-partition.mdx'
-## Sample Request
+### Sample Request
```shell-session
$ curl --request GET http://127.0.0.1:8500/v1/acl/policies