docs: fix port number in curl command for aws rotate root iam creds (#9157)

This commit is contained in:
Austin Gebauer 2020-06-05 16:00:49 -07:00 committed by GitHub
parent 0565e28592
commit bf2ce8d1cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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