mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +00:00
feat: mark prebuilds as such and set their preset ids (#16965)
This pull request closes https://github.com/coder/internal/issues/513
This commit is contained in:
@ -107,6 +107,8 @@ type CreateWorkspaceBuildRequest struct {
|
||||
|
||||
// Log level changes the default logging verbosity of a provider ("info" if empty).
|
||||
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"`
|
||||
}
|
||||
|
||||
type WorkspaceOptions struct {
|
||||
|
Reference in New Issue
Block a user