Update tenant creation credentials JSON (#1559)

This commit is contained in:
jinapurapu
2022-02-16 13:52:38 -08:00
committed by GitHub
parent 24cf6a3ada
commit f8c397e231
13 changed files with 47 additions and 6 deletions

View File

@@ -5741,6 +5741,9 @@ func init() {
},
"secretKey": {
"type": "string"
},
"url": {
"type": "string"
}
}
},
@@ -11582,6 +11585,9 @@ func init() {
},
"secretKey": {
"type": "string"
},
"url": {
"type": "string"
}
}
},