Skip to content

Commit

Permalink
Add partial to acl/auth-methods.mdx
Browse files Browse the repository at this point in the history
Fix headings indent in a few files.
  • Loading branch information
aimeeu committed Jul 17, 2024
1 parent a3b2abb commit 61f424e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions website/content/api-docs/acl/auth-methods.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ The corresponding CLI command is [`consul acl auth-method create`](/consul/comma
- `ns` `(string: "")` <EnterpriseAlert inline /> - 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: <required>)` - Specifies a name for the ACL auth method. The
Expand Down
4 changes: 2 additions & 2 deletions website/content/api-docs/acl/binding-rules.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/content/api-docs/acl/policies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61f424e

Please sign in to comment.