Skip to content

Commit bcc1689

Browse files
committed
Naming.
1 parent 74615e5 commit bcc1689

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dataikuapi/dssclient.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -989,15 +989,15 @@ def get_licensing_status(self):
989989
"""
990990
return self._perform_json("GET", "/admin/licensing/status")
991991

992-
def set_offline_license(self, license):
992+
def set_license(self, license):
993993
"""
994994
Sets a new licence for DSS
995995
996996
:param license: license (content of license file)
997997
:return: None
998998
"""
999999
self._perform_empty(
1000-
"POST", "/admin/licensing/set-offline-license", params={"license": license})
1000+
"POST", "/admin/licensing/license", params={"license": license})
10011001

10021002

10031003
########################################################

0 commit comments

Comments
 (0)