mirror of
https://github.com/openziti/zrok.git
synced 2025-08-19 12:24:37 +02:00
plumbed add member to org in cli (#537)
This commit is contained in:
@@ -930,6 +930,9 @@ func init() {
|
||||
"in": "body",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
@@ -3002,6 +3005,9 @@ func init() {
|
||||
"in": "body",
|
||||
"schema": {
|
||||
"properties": {
|
||||
"admin": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"email": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user