mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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:
@ -110,10 +110,6 @@ type CreateWorkspaceBuildRequest struct {
|
||||
LogLevel ProvisionerLogLevel `json:"log_level,omitempty" validate:"omitempty,oneof=debug"`
|
||||
// TemplateVersionPresetID is the ID of the template version preset to use for the build.
|
||||
TemplateVersionPresetID uuid.UUID `json:"template_version_preset_id,omitempty" format:"uuid"`
|
||||
// EnableDynamicParameters skips some of the static parameter checking.
|
||||
// It will default to whatever the template has marked as the default experience.
|
||||
// Requires the "dynamic-experiment" to be used.
|
||||
EnableDynamicParameters *bool `json:"enable_dynamic_parameters,omitempty"`
|
||||
}
|
||||
|
||||
type WorkspaceOptions struct {
|
||||
|
Reference in New Issue
Block a user