Fix docs for replace-existing-checks parameter

pull/6732/head
Thibault Gilles 2019-09-17 16:25:36 +02:00 committed by Blake Covarrubias
parent d908f2c420
commit f7f1c3fa54
1 changed files with 1 additions and 1 deletions

View File

@ -627,7 +627,7 @@ For the `Connect` field, the parameters are:
$ curl \ $ curl \
--request PUT \ --request PUT \
--data @payload.json \ --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 ## Deregister Service