mirror of
https://github.com/openziti/zrok.git
synced 2025-08-18 19:58:28 +02:00
list members of organization (#537)
This commit is contained in:
@@ -992,6 +992,9 @@ func init() {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"properties": {
|
||||
"admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
@@ -3512,6 +3515,9 @@ func init() {
|
||||
"definitions": {
|
||||
"MembersItems0": {
|
||||
"properties": {
|
||||
"admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
}
|
||||
|
Reference in New Issue
Block a user