mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2026-01-04 20:14:54 +01:00
feat: add roles, activation, superuser fields on user (#38)
This commit is contained in:
@@ -1503,6 +1503,9 @@ const docTemplate = `{
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isOwner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSuperuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -1495,6 +1495,9 @@
|
||||
"id": {
|
||||
"type": "string"
|
||||
},
|
||||
"isOwner": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"isSuperuser": {
|
||||
"type": "boolean"
|
||||
},
|
||||
|
||||
@@ -285,6 +285,8 @@ definitions:
|
||||
type: string
|
||||
id:
|
||||
type: string
|
||||
isOwner:
|
||||
type: boolean
|
||||
isSuperuser:
|
||||
type: boolean
|
||||
name:
|
||||
|
||||
Reference in New Issue
Block a user