grossws 11 年之前
父节点
当前提交
616db55e08
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Documentation/api.md

+ 2 - 2
Documentation/api.md

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