docs: fix port number in curl command for aws rotate root iam creds (#9157)
This commit is contained in:
parent
0565e28592
commit
bf2ce8d1cb
|
@ -137,7 +137,7 @@ There are no parameters to this operation.
|
|||
$ curl \
|
||||
--header "X-Vault-Token: ..." \
|
||||
--request POST \
|
||||
http://127.0.0.1:8211/v1/aws/config/rotate-root
|
||||
http://127.0.0.1:8200/v1/aws/config/rotate-root
|
||||
```
|
||||
|
||||
### Sample Response
|
||||
|
|
Loading…
Reference in New Issue