diff --git a/website/content/partials/cli-http-api-partition-options.mdx b/website/content/partials/cli-http-api-partition-options.mdx index c29b01ae5540..eb96310a37b9 100644 --- a/website/content/partials/cli-http-api-partition-options.mdx +++ b/website/content/partials/cli-http-api-partition-options.mdx @@ -1 +1 @@ -- `-partition=` - Specifies the partition to query. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. +- `-partition=` - Specifies the admin partition to query. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. diff --git a/website/content/partials/http-api-body-options-partition.mdx b/website/content/partials/http-api-body-options-partition.mdx index 7a91c79215ad..cf2acd813caf 100644 --- a/website/content/partials/http-api-body-options-partition.mdx +++ b/website/content/partials/http-api-body-options-partition.mdx @@ -1,2 +1,2 @@ -- `Partition` `(string: "")` - The partition to use. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. \ No newline at end of file +- `Partition` `(string: "")` - The admin partition to use. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. \ 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 e52706714f9d..8d954d86c53c 100644 --- a/website/content/partials/http-api-query-parms-partition.mdx +++ b/website/content/partials/http-api-query-parms-partition.mdx @@ -1 +1 @@ -- `partition` `(string: "")` - The partition to use. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. \ No newline at end of file +- `partition` `(string: "")` - The admin partition to use. If not provided, the partition is inferred from the request's ACL token, or defaults to the `default` partition. \ No newline at end of file