Add "restricted" option to create user admin api

This commit is contained in:
Jimmy Praet
2022-04-02 18:43:43 +02:00
parent f747cdd36f
commit a795e557c9
3 changed files with 10 additions and 0 deletions
+4
View File
@@ -14408,6 +14408,10 @@
"type": "string",
"x-go-name": "Password"
},
"restricted": {
"type": "boolean",
"x-go-name": "Restricted"
},
"send_notify": {
"type": "boolean",
"x-go-name": "SendNotify"