[Doc] Fix curl example syntax in the plugins reload backend (#8380)

documentation
This commit is contained in:
tionebsalocin 2020-02-21 13:01:59 +01:00 committed by GitHub
parent 348cf9f52f
commit 5db4f3d55d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -41,6 +41,7 @@ This endpoint reloads mounted plugin backends.
```
$ curl \
--header "X-Vault-Token: ..." \
--request PUT
--request PUT \
--data @payload.json \
http://127.0.0.1:8200/v1/sys/plugins/reload/backend
```