generated from VLADIMIR/template
add teams operations
This commit is contained in:
@@ -86,6 +86,7 @@ func main() {
|
||||
teamRepo,
|
||||
scenariosRepo,
|
||||
os.Getenv("FILE_PREFIX_DOMAIN"),
|
||||
passwordGenerator,
|
||||
)
|
||||
|
||||
// Create a listener on TCP port
|
||||
|
||||
@@ -1996,6 +1996,12 @@
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"status": {
|
||||
"type": "string"
|
||||
},
|
||||
"password": {
|
||||
"type": "string"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user