Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit e0594af

Browse files
committed
Doc strings for service maintenance mode missing service_id
1 parent 29dc10e commit e0594af

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

consul/base.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ def maintenance(self, service_id, enable, reason=None):
567567
The service maintenance endpoint allows placing a given service
568568
into "maintenance mode".
569569
570+
*service_id* is the id of the service that is to be targeted for
571+
maintenance.
572+
570573
*enable* is either True or False. True enables maintenance mode,
571574
False disables maintenance mode.
572575

0 commit comments

Comments
 (0)