feat(server): storage label claim (#3278)

* feat: storage label claim

* chore: open api
This commit is contained in:
Jason Rasmussen
2023-07-15 15:50:29 -04:00
committed by GitHub
parent ed594c1987
commit f55d63fae8
13 changed files with 64 additions and 6 deletions

View File

@@ -6503,6 +6503,9 @@
"scope": {
"type": "string"
},
"storageLabelClaim": {
"type": "string"
},
"buttonText": {
"type": "string"
},
@@ -6525,6 +6528,7 @@
"clientId",
"clientSecret",
"scope",
"storageLabelClaim",
"buttonText",
"autoRegister",
"autoLaunch",