From 518eb9fa2fd9c1a43191a877831dfbd2a46f35b6 Mon Sep 17 00:00:00 2001 From: zhangbaitong Date: Mon, 16 Feb 2015 17:53:31 +0800 Subject: [PATCH] docs:small fix Signed-off-by: zhangbaitong --- Documentation/other_apis.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/other_apis.md b/Documentation/other_apis.md index 2eac545bb..4d8ce7db1 100644 --- a/Documentation/other_apis.md +++ b/Documentation/other_apis.md @@ -99,7 +99,7 @@ curl http://10.0.0.10:2379/v2/members/272e204152 -XDELETE ## Change the peer urls of a member -Change the peer urls of a given mamber. The member ID must be a hex-encoded uint64. Returns 204 with empty content when successful. Returns a string describing the failure condition when unsuccessful. +Change the peer urls of a given member. The member ID must be a hex-encoded uint64. Returns 204 with empty content when successful. Returns a string describing the failure condition when unsuccessful. If the POST body is malformed an HTTP 400 will be returned. If the member does not exist in the cluster an HTTP 404 will be returned. If any of the given peerURLs exists in the cluster an HTTP 409 will be returned. If the cluster fails to process the request within timeout an HTTP 500 will be returned, though the request may be processed later.