plumbed add member to org in cli (#537)

This commit is contained in:
Michael Quigley
2024-12-09 14:53:46 -05:00
parent 0e30407bbd
commit 84c4611d2d
13 changed files with 151 additions and 9 deletions

View File

@@ -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"
},