From a3b2abb622e9434a114466facc3db2857b19ffa1 Mon Sep 17 00:00:00 2001 From: Aimee Ukasick Date: Wed, 17 Jul 2024 10:56:58 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --- website/content/partials/cli-http-api-partition-options.mdx | 2 +- website/content/partials/http-api-body-options-partition.mdx | 2 +- website/content/partials/http-api-query-parms-partition.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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