diff --git a/website/content/commands/acl/auth-method/create.mdx b/website/content/commands/acl/auth-method/create.mdx index dfdce5d138..affecbc4fd 100644 --- a/website/content/commands/acl/auth-method/create.mdx +++ b/website/content/commands/acl/auth-method/create.mdx @@ -23,12 +23,6 @@ are not supported from commands, but may be from the corresponding HTTP endpoint Usage: `consul acl auth-method create [options] [args]` -#### API Options - -@include 'http_api_options_client.mdx' - -@include 'http_api_options_server.mdx' - #### Command Options - `-description=` - A description of the auth method. @@ -71,6 +65,8 @@ Usage: `consul acl auth-method create [options] [args]` #### Enterprise Options +@include 'http_api_partition_options.mdx' + @include 'http_api_namespace_options.mdx' - `-namespace-rule-bind-namespace=` - Namespace to bind on match. Can @@ -80,7 +76,11 @@ Usage: `consul acl auth-method create [options] [args]` verified identity attributes returned from the auth method during login to determine if the namespace rule applies. Added in Consul 1.8.0. -@include 'http_api_partition_options.mdx' +#### API Options + +@include 'http_api_options_client.mdx' + +@include 'http_api_options_server.mdx' ## Examples