adding sample request to key status api docs (#4853)

This commit is contained in:
Chris Hoffman 2018-06-29 09:17:51 -04:00 committed by GitHub
parent e3ddddf3a5
commit 6f5b8c0e6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,6 +24,14 @@ Vault.
### Sample Request
```
$ curl \
--header "X-Vault-Token: ..." \
--request GET \
http://127.0.0.1:8200/v1/sys/key-status
```
### Sample Response
```json