[Doc] Fix curl example syntax in the plugins reload backend (#8380)
documentation
This commit is contained in:
parent
348cf9f52f
commit
5db4f3d55d
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue