chore: regenerate openapi spec
This commit is contained in:
parent
f279729f08
commit
ce6602eb63
2 changed files with 16 additions and 2 deletions
10
openapi.json
10
openapi.json
|
|
@ -3011,7 +3011,7 @@
|
|||
"type": "string",
|
||||
"description": "Mongo initdb root password"
|
||||
},
|
||||
"mongo_initdb_init_database": {
|
||||
"mongo_initdb_database": {
|
||||
"type": "string",
|
||||
"description": "Mongo initdb init database"
|
||||
},
|
||||
|
|
@ -3019,6 +3019,10 @@
|
|||
"type": "string",
|
||||
"description": "MySQL root password"
|
||||
},
|
||||
"mysql_password": {
|
||||
"type": "string",
|
||||
"description": "MySQL password"
|
||||
},
|
||||
"mysql_user": {
|
||||
"type": "string",
|
||||
"description": "MySQL user"
|
||||
|
|
@ -3842,6 +3846,10 @@
|
|||
"type": "string",
|
||||
"description": "MySQL root password"
|
||||
},
|
||||
"mysql_password": {
|
||||
"type": "string",
|
||||
"description": "MySQL password"
|
||||
},
|
||||
"mysql_user": {
|
||||
"type": "string",
|
||||
"description": "MySQL user"
|
||||
|
|
|
|||
|
|
@ -2089,12 +2089,15 @@ paths:
|
|||
mongo_initdb_root_password:
|
||||
type: string
|
||||
description: 'Mongo initdb root password'
|
||||
mongo_initdb_init_database:
|
||||
mongo_initdb_database:
|
||||
type: string
|
||||
description: 'Mongo initdb init database'
|
||||
mysql_root_password:
|
||||
type: string
|
||||
description: 'MySQL root password'
|
||||
mysql_password:
|
||||
type: string
|
||||
description: 'MySQL password'
|
||||
mysql_user:
|
||||
type: string
|
||||
description: 'MySQL user'
|
||||
|
|
@ -2684,6 +2687,9 @@ paths:
|
|||
mysql_root_password:
|
||||
type: string
|
||||
description: 'MySQL root password'
|
||||
mysql_password:
|
||||
type: string
|
||||
description: 'MySQL password'
|
||||
mysql_user:
|
||||
type: string
|
||||
description: 'MySQL user'
|
||||
|
|
|
|||
Loading…
Reference in a new issue