From b62fdac193724a497b2a51e12ececf9fceb8b3d9 Mon Sep 17 00:00:00 2001 From: Brian Waldon Date: Fri, 24 Oct 2014 16:30:48 -0700 Subject: [PATCH] doc: PUT instead of POST discovery config --- Documentation/0.5/clustering.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/0.5/clustering.md b/Documentation/0.5/clustering.md index 2c97369ab..35bf7149f 100644 --- a/Documentation/0.5/clustering.md +++ b/Documentation/0.5/clustering.md @@ -93,7 +93,7 @@ Discovery uses an existing cluster to bootstrap itself. If you are using your own etcd cluster you can create a URL like so: ``` -$ curl https://myetcd.local/v2/keys/discovery/6c007a14875d53d9bf0ef5a6fc0257c817f0fb83/_config/size -d value=5 +$ curl -X PUT https://myetcd.local/v2/keys/discovery/6c007a14875d53d9bf0ef5a6fc0257c817f0fb83/_config/size -d value=5 ``` The URL you will use in this case will be