mirror of
https://github.com/coder/coder.git
synced 2025-07-09 11:45:56 +00:00
@ -34,6 +34,7 @@ type Organization struct {
|
||||
|
||||
// CreateTemplateVersionRequest enables callers to create a new Template Version.
|
||||
type CreateTemplateVersionRequest struct {
|
||||
Name string `json:"name,omitempty" validate:"omitempty,template_name"`
|
||||
// TemplateID optionally associates a version with a template.
|
||||
TemplateID uuid.UUID `json:"template_id,omitempty"`
|
||||
|
||||
|
Reference in New Issue
Block a user