From 3d7fcf7795b195c2c5f6063e4639f3d9aa055202 Mon Sep 17 00:00:00 2001 From: Jared Kirschner <85913323+jkirschner-hashicorp@users.noreply.github.com> Date: Fri, 6 Jan 2023 11:37:19 -0500 Subject: [PATCH] docs: fix markdown heading levels (#15912) --- website/content/api-docs/acl/tokens.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/acl/tokens.mdx b/website/content/api-docs/acl/tokens.mdx index 7988e5f754..b6f6c2d7c4 100644 --- a/website/content/api-docs/acl/tokens.mdx +++ b/website/content/api-docs/acl/tokens.mdx @@ -676,7 +676,7 @@ The table below shows this endpoint's support for The corresponding CLI command is [`consul acl token list`](/commands/acl/token/list). -## Query Parameters +### Query Parameters - `policy` `(string: "")` - Filters the token list to those tokens that are linked with this specific policy ID. @@ -695,7 +695,7 @@ The corresponding CLI command is [`consul acl token list`](/commands/acl/token/l 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). -## Sample Request +### Sample Request ```shell-session $ curl --request GET http://127.0.0.1:8500/v1/acl/tokens