From 103fe83b4a6d6489982634924591d287c63d891f Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 25 Aug 2015 16:12:19 -0700 Subject: [PATCH] Clarifies services docs a bit. --- website/source/docs/agent/http/agent.html.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/agent.html.markdown b/website/source/docs/agent/http/agent.html.markdown index 4f3670b715..32ffa19f1f 100644 --- a/website/source/docs/agent/http/agent.html.markdown +++ b/website/source/docs/agent/http/agent.html.markdown @@ -330,7 +330,8 @@ The return code is 200 on success. The register endpoint is used to add a new service, with an optional health check, to the local agent. There is more documentation on services [here](/docs/agent/services.html). -The agent is responsible for managing the status of the service and keeping the Catalog in sync. +The agent is responsible for managing the status of its local services, and for sending updates +about its local services to the servers to keep the global Catalog in sync. The register endpoint expects a JSON request body to be PUT. The request body must look like: