fix 'agent/check/pass/my-check-id' curl example in documentation (#9372)

This commit is contained in:
Maksym 2020-12-11 14:23:05 +02:00 committed by GitHub
parent 91c244a830
commit e21d66aa59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -310,6 +310,7 @@ The table below shows this endpoint's support for
```shell-session ```shell-session
$ curl \ $ curl \
--request PUT \
http://127.0.0.1:8500/v1/agent/check/pass/my-check-id http://127.0.0.1:8500/v1/agent/check/pass/my-check-id
``` ```