Update rest api documentation

This commit is contained in:
Matthias
2023-01-31 07:25:44 +01:00
parent 03302fa0b0
commit 9e619ecc50
2 changed files with 8 additions and 4 deletions

View File

@@ -177,8 +177,7 @@ class FtRestClient():
return self._get("version")
def show_config(self):
"""
Returns part of the configuration, relevant for trading operations.
""" Returns part of the configuration, relevant for trading operations.
:return: json object containing the version
"""
return self._get("show_config")