Updated Branches: refs/heads/master 136f3be9f -> 20d8c066f
fixed some typos Project: http://git-wip-us.apache.org/repos/asf/curator/repo Commit: http://git-wip-us.apache.org/repos/asf/curator/commit/20d8c066 Tree: http://git-wip-us.apache.org/repos/asf/curator/tree/20d8c066 Diff: http://git-wip-us.apache.org/repos/asf/curator/diff/20d8c066 Branch: refs/heads/master Commit: 20d8c066f45209089eb26baf5b5d19cddc5e38b3 Parents: 136f3be Author: randgalt <[email protected]> Authored: Tue Jan 7 16:27:54 2014 -0500 Committer: randgalt <[email protected]> Committed: Tue Jan 7 16:27:54 2014 -0500 ---------------------------------------------------------------------- .../src/site/confluence/index.confluence | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/curator/blob/20d8c066/curator-x-discovery-server/src/site/confluence/index.confluence ---------------------------------------------------------------------- diff --git a/curator-x-discovery-server/src/site/confluence/index.confluence b/curator-x-discovery-server/src/site/confluence/index.confluence index c7ffdda..2ff1b01 100644 --- a/curator-x-discovery-server/src/site/confluence/index.confluence +++ b/curator-x-discovery-server/src/site/confluence/index.confluence @@ -41,10 +41,10 @@ h2. REST Clients must make appropriate REST calls to register themselves and send periodic heartbeats. They can also find services via REST calls: h2. putService -*Method:* PUT -*Path:* v1/service/{name}/{id} -*Request Entity:* ServiceInstance -*Response Entity:* n/a +*Method:* PUT \\ +*Path:* v1/service/{name}/{id} \\ +*Request Entity:* ServiceInstance \\ +*Response Entity:* n/a \\ *Description:* {name} is the service name, {id} is the instance id. The request entity is a _ServiceInstance_. This method registers a service instance. If the ServiceType is STATIC, the instance is registered only for the pre-defined period (defined in the DiscoveryContext). STATIC services must call putService at least once per period. PERMANENT services are registered
