feat: import value from legacy variable to build parameter (#6556)

This commit is contained in:
Marcin Tojek
2023-03-14 13:02:44 +01:00
committed by GitHub
parent bc26c4a27f
commit 7587850a1c
24 changed files with 576 additions and 296 deletions

3
coderd/apidoc/docs.go generated
View File

@ -8021,6 +8021,9 @@ const docTemplate = `{
"icon": {
"type": "string"
},
"legacy_variable_name": {
"type": "string"
},
"mutable": {
"type": "boolean"
},