Skip to content

Commit 9aa4322

Browse files
fix: update docs for new function
1 parent 2af1104 commit 9aa4322

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hypernode_api_python/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ def create_brancher(self, app_name, data):
636636
637637
:param str app_name: The name of the Hypernode to create the branch from
638638
:param dict data: Data regarding the branch to be created. An example could be:
639-
{'clear': 'mysql'}.
639+
{'clear_services': ['mysql', 'cron']}.
640640
:return obj response: The request response object
641641
"""
642642
return self.requests(

0 commit comments

Comments
 (0)