From 60af6a13ff491977a5098d2b5a99a991a2aeb71e Mon Sep 17 00:00:00 2001 From: Seth Hoenig Date: Mon, 19 Apr 2021 10:31:07 -0600 Subject: [PATCH] docs: fix api-docs namespace descriptions Looks like some copy/paste from ACL docs. --- website/content/api-docs/namespaces.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/api-docs/namespaces.mdx b/website/content/api-docs/namespaces.mdx index bec1d7aa4f..78bd05f4b1 100644 --- a/website/content/api-docs/namespaces.mdx +++ b/website/content/api-docs/namespaces.mdx @@ -13,7 +13,7 @@ The functionality described here is available only in ## Create a Namespace -This endpoint creates a new ACL token. +This endpoint creates a new Namespace. | Method | Path | Produces | | ------ | ------------ | ------------------ | @@ -207,7 +207,7 @@ $ curl -H "X-Consul-Token: b23b3cad-5ea1-4413-919e-c76884b9ad60" \ ## Update a Namespace -This endpoint updates a new ACL token. +This endpoint updates a Namespace. | Method | Path | Produces | | ------ | ------------------ | ------------------ |