This commit is contained in:
grossws 2014-08-11 15:57:00 +04:00
parent 95d295da54
commit 616db55e08

View File

@ -126,10 +126,10 @@ curl -L http://127.0.0.1:4001/v2/keys/message -XPUT -d value="Hello etcd"
"value": "Hello etcd" "value": "Hello etcd"
}, },
"prevNode": { "prevNode": {
"createdIndex": 2 "createdIndex": 2,
"key": "/message", "key": "/message",
"value": "Hello world", "value": "Hello world",
"modifiedIndex": 2, "modifiedIndex": 2
} }
} }
``` ```