Merge pull request #10064 from hashicorp/docs-fix-namespace-api-descriptions
docs: fix api-docs namespace descriptions
This commit is contained in:
commit
8b0ad949c0
|
@ -13,7 +13,7 @@ The functionality described here is available only in
|
||||||
|
|
||||||
## Create a Namespace
|
## Create a Namespace
|
||||||
|
|
||||||
This endpoint creates a new ACL token.
|
This endpoint creates a new Namespace.
|
||||||
|
|
||||||
| Method | Path | Produces |
|
| Method | Path | Produces |
|
||||||
| ------ | ------------ | ------------------ |
|
| ------ | ------------ | ------------------ |
|
||||||
|
@ -207,7 +207,7 @@ $ curl -H "X-Consul-Token: b23b3cad-5ea1-4413-919e-c76884b9ad60" \
|
||||||
|
|
||||||
## Update a Namespace
|
## Update a Namespace
|
||||||
|
|
||||||
This endpoint updates a new ACL token.
|
This endpoint updates a Namespace.
|
||||||
|
|
||||||
| Method | Path | Produces |
|
| Method | Path | Produces |
|
||||||
| ------ | ------------------ | ------------------ |
|
| ------ | ------------------ | ------------------ |
|
||||||
|
|
Loading…
Reference in New Issue