mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +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:
13
coderd/apidoc/docs.go
generated
13
coderd/apidoc/docs.go
generated
@ -11394,6 +11394,11 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"template_version_preset_id": {
|
||||
"description": "TemplateVersionPresetID is the ID of the template version preset to use for the build.",
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"transition": {
|
||||
"enum": [
|
||||
"start",
|
||||
@ -11458,6 +11463,10 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"template_version_preset_id": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"ttl_ms": {
|
||||
"type": "integer"
|
||||
}
|
||||
@ -17037,6 +17046,10 @@ const docTemplate = `{
|
||||
"template_version_name": {
|
||||
"type": "string"
|
||||
},
|
||||
"template_version_preset_id": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"transition": {
|
||||
"enum": [
|
||||
"start",
|
||||
|
Reference in New Issue
Block a user