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
     }
 }
 ```