From 14abdbf5ad0d8ea7a4ceecfa38419426afe936bf Mon Sep 17 00:00:00 2001 From: Sheldon Kwok Date: Thu, 9 Jun 2016 16:48:18 -0700 Subject: [PATCH] Update agent.html.markdown The documentation was not clear and I had to try with the cli to figure it out. --- website/source/docs/agent/http/agent.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/agent/http/agent.html.markdown b/website/source/docs/agent/http/agent.html.markdown index 451e10d531..1e017ffd7e 100644 --- a/website/source/docs/agent/http/agent.html.markdown +++ b/website/source/docs/agent/http/agent.html.markdown @@ -436,7 +436,7 @@ The service maintenance endpoint allows placing a given service into "maintenance mode". During maintenance mode, the service will be marked as unavailable and will not be present in DNS or API queries. This API call is idempotent. Maintenance mode is persistent and will be automatically restored -on agent restart. +on agent restart. The maintenance endpoint expects a PUT request. The `?enable` flag is required. Acceptable values are either `true` (to enter maintenance mode) or `false` (to resume normal operation).