mirror of https://github.com/status-im/consul.git
Fix docs for replace-existing-checks parameter
This commit is contained in:
parent
d908f2c420
commit
f7f1c3fa54
|
@ -627,7 +627,7 @@ For the `Connect` field, the parameters are:
|
|||
$ curl \
|
||||
--request PUT \
|
||||
--data @payload.json \
|
||||
http://127.0.0.1:8500/v1/agent/service/register?replace-existing-checks=1
|
||||
http://127.0.0.1:8500/v1/agent/service/register?replace-existing-checks=true
|
||||
```
|
||||
|
||||
## Deregister Service
|
||||
|
|
Loading…
Reference in New Issue