mirror of
https://github.com/coder/coder.git
synced 2025-07-03 16:13:58 +00:00
Basic implementation of preset ID tracking
Signed-off-by: Danny Kopping <danny@coder.com> # Conflicts: # site/src/pages/CreateWorkspacePage/CreateWorkspacePageView.stories.tsx
This commit is contained in:
4
coderd/apidoc/docs.go
generated
4
coderd/apidoc/docs.go
generated
@ -10988,6 +10988,10 @@ const docTemplate = `{
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"template_version_preset_id": {
|
||||
"type": "string",
|
||||
"format": "uuid"
|
||||
},
|
||||
"ttl_ms": {
|
||||
"type": "integer"
|
||||
}
|
||||
|
Reference in New Issue
Block a user