Skip to content

Commit

Permalink
Update agent.html.markdown
Browse files Browse the repository at this point in the history
The documentation was not clear and I had to try with the cli to figure it out.
  • Loading branch information
sheldonkwok authored Jun 9, 2016
1 parent 03c806a commit 14abdbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/source/docs/agent/http/agent.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit 14abdbf

Please sign in to comment.