From aa0c3a416a9ce2e5b5da5bdefd06f3f78e02f5a6 Mon Sep 17 00:00:00 2001 From: Tim Gross Date: Tue, 2 Aug 2022 08:46:45 -0400 Subject: [PATCH] docs: fix path for quota/usage API (#13952) --- website/content/api-docs/quotas.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/api-docs/quotas.mdx b/website/content/api-docs/quotas.mdx index 09212456f0a..edeed1de87d 100644 --- a/website/content/api-docs/quotas.mdx +++ b/website/content/api-docs/quotas.mdx @@ -316,7 +316,7 @@ The table below shows this endpoint's support for ```shell-session $ curl \ - https://localhost:4646/v1/quota/shared-quota + https://localhost:4646/v1/quota/usage/shared-quota ``` ### Sample Response