chore: add 'classic_parameter_flow' column setting to templates (#17828)

We are forcing users to try the dynamic parameter experience first.
Currently this setting only comes into effect if an experiment is
enabled.
This commit is contained in:
Steven Masley
2025-05-15 17:55:17 -05:00
committed by GitHub
parent 9063b67c4d
commit c2bc801f83
21 changed files with 229 additions and 45 deletions

3
coderd/apidoc/docs.go generated
View File

@ -15573,6 +15573,9 @@ const docTemplate = `{
"updated_at": {
"type": "string",
"format": "date-time"
},
"use_classic_parameter_flow": {
"type": "boolean"
}
}
},

View File

@ -14167,6 +14167,9 @@
"updated_at": {
"type": "string",
"format": "date-time"
},
"use_classic_parameter_flow": {
"type": "boolean"
}
}
},