mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
chore: remove per request dynamic parameters opt in and rely on template (#18505)
When in experimental this was used as an escape hatch. Removed to be consistent with the template author's intentions Backwards compatible, removing an experimental api field that is no longer used.
This commit is contained in:
7
coderd/apidoc/docs.go
generated
7
coderd/apidoc/docs.go
generated
@ -12043,10 +12043,6 @@ const docTemplate = `{
|
||||
"dry_run": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"enable_dynamic_parameters": {
|
||||
"description": "EnableDynamicParameters skips some of the static parameter checking.\nIt will default to whatever the template has marked as the default experience.\nRequires the \"dynamic-experiment\" to be used.",
|
||||
"type": "boolean"
|
||||
},
|
||||
"log_level": {
|
||||
"description": "Log level changes the default logging verbosity of a provider (\"info\" if empty).",
|
||||
"enum": [
|
||||
@ -12128,9 +12124,6 @@ const docTemplate = `{
|
||||
"autostart_schedule": {
|
||||
"type": "string"
|
||||
},
|
||||
"enable_dynamic_parameters": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
|
Reference in New Issue
Block a user