From fcbdc5cb3b11b689ad76be4a0e36da2cf5f43510 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 bec1d7aa4..78bd05f4b 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 | | ------ | ------------------ | ------------------ |