chore: regenerate openapi spec
This commit is contained in:
10
openapi.json
10
openapi.json
@@ -3011,7 +3011,7 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Mongo initdb root password"
|
"description": "Mongo initdb root password"
|
||||||
},
|
},
|
||||||
"mongo_initdb_init_database": {
|
"mongo_initdb_database": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Mongo initdb init database"
|
"description": "Mongo initdb init database"
|
||||||
},
|
},
|
||||||
@@ -3019,6 +3019,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "MySQL root password"
|
"description": "MySQL root password"
|
||||||
},
|
},
|
||||||
|
"mysql_password": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "MySQL password"
|
||||||
|
},
|
||||||
"mysql_user": {
|
"mysql_user": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "MySQL user"
|
"description": "MySQL user"
|
||||||
@@ -3842,6 +3846,10 @@
|
|||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "MySQL root password"
|
"description": "MySQL root password"
|
||||||
},
|
},
|
||||||
|
"mysql_password": {
|
||||||
|
"type": "string",
|
||||||
|
"description": "MySQL password"
|
||||||
|
},
|
||||||
"mysql_user": {
|
"mysql_user": {
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "MySQL user"
|
"description": "MySQL user"
|
||||||
|
@@ -2089,12 +2089,15 @@ paths:
|
|||||||
mongo_initdb_root_password:
|
mongo_initdb_root_password:
|
||||||
type: string
|
type: string
|
||||||
description: 'Mongo initdb root password'
|
description: 'Mongo initdb root password'
|
||||||
mongo_initdb_init_database:
|
mongo_initdb_database:
|
||||||
type: string
|
type: string
|
||||||
description: 'Mongo initdb init database'
|
description: 'Mongo initdb init database'
|
||||||
mysql_root_password:
|
mysql_root_password:
|
||||||
type: string
|
type: string
|
||||||
description: 'MySQL root password'
|
description: 'MySQL root password'
|
||||||
|
mysql_password:
|
||||||
|
type: string
|
||||||
|
description: 'MySQL password'
|
||||||
mysql_user:
|
mysql_user:
|
||||||
type: string
|
type: string
|
||||||
description: 'MySQL user'
|
description: 'MySQL user'
|
||||||
@@ -2684,6 +2687,9 @@ paths:
|
|||||||
mysql_root_password:
|
mysql_root_password:
|
||||||
type: string
|
type: string
|
||||||
description: 'MySQL root password'
|
description: 'MySQL root password'
|
||||||
|
mysql_password:
|
||||||
|
type: string
|
||||||
|
description: 'MySQL password'
|
||||||
mysql_user:
|
mysql_user:
|
||||||
type: string
|
type: string
|
||||||
description: 'MySQL user'
|
description: 'MySQL user'
|
||||||
|
Reference in New Issue
Block a user