From 84d2c1e7b01a5e244162f709ec79a2e012d0e88b Mon Sep 17 00:00:00 2001 From: Xiang Li Date: Fri, 11 Mar 2016 09:49:25 -0800 Subject: [PATCH] doc: fix refresh section in api.md --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index 975f7037e..706716a7c 100644 --- a/Documentation/api.md +++ b/Documentation/api.md @@ -233,7 +233,7 @@ curl http://127.0.0.1:2379/v2/keys/foo -XPUT -d value=bar -d ttl= -d prevExist=t ### Refreshing key TTL -Keys in etcd can be refreshed notifying watchers +Keys in etcd can be refreshed without notifying watchers this can be achieved by setting the refresh to true when updating a TTL You cannot update the value of a key when refreshing it