Fully tested
This commit is contained in:
parent
3b905bd28e
commit
e9ecfccdb3
5 changed files with 43 additions and 27 deletions
|
|
@ -65,7 +65,7 @@ class Admin:
|
|||
|
||||
return ret
|
||||
|
||||
def authuser_udpate(self, Id, au):
|
||||
def authuser_update(self, Id, au):
|
||||
r = self.session.put(
|
||||
"http+unix://" + self.socket_path + "/api/auth/" + quote_plus(Id),
|
||||
data=json.dumps({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue