docs: Simplify curl example for status endpoint.

When invoked with -v, curl actually outputs a message to indicate that
this extra param is unnecessary:

"Note: Unnecessary use of -X or --request, GET is already inferred."
This commit is contained in:
jholdstock 2023-09-20 09:46:15 +01:00 committed by Jamie Holdstock
parent e1885bb7cb
commit 7e810b12ba

View File

@ -157,7 +157,7 @@ configuration. A 200 HTTP status will be returned if the VSP seems
healthy, or a 500 status will be used to indicate something is wrong. healthy, or a 500 status will be used to indicate something is wrong.
```bash ```bash
$ curl --user admin:12345 --request GET http://localhost:8800/admin/status $ curl --user admin:12345 http://localhost:8800/admin/status
``` ```
```json ```json