mirror of https://github.com/hashicorp/consul
fixing inconsitencies in agent/connect API documentation (#5715)
parent
cf8b76b2e5
commit
cf14e0c2ac
|
@ -115,7 +115,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ curl \
|
$ curl \
|
||||||
http://127.0.0.1:8500/v1/connect/ca/roots
|
http://127.0.0.1:8500/v1/agent/connect/ca/roots
|
||||||
```
|
```
|
||||||
|
|
||||||
### Sample Response
|
### Sample Response
|
||||||
|
@ -182,7 +182,7 @@ The table below shows this endpoint's support for
|
||||||
|
|
||||||
```text
|
```text
|
||||||
$ curl \
|
$ curl \
|
||||||
http://127.0.0.1:8500/v1/connect/ca/leaf/web
|
http://127.0.0.1:8500/v1/agent/connect/ca/leaf/web
|
||||||
```
|
```
|
||||||
|
|
||||||
### Sample Response
|
### Sample Response
|
||||||
|
|
Loading…
Reference in New Issue