Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbd96c0 commit bf26ba9Copy full SHA for bf26ba9
site/src/api/typesGenerated.ts
@@ -613,6 +613,7 @@ export interface Template {
613
readonly updated_at: string
614
readonly organization_id: string
615
readonly name: string
616
+ readonly display_name: string
617
readonly provisioner: ProvisionerType
618
readonly active_version_id: string
619
readonly workspace_owner_count: number
@@ -697,6 +698,7 @@ export interface UpdateTemplateACL {
697
698
// From codersdk/templates.go
699
export interface UpdateTemplateMeta {
700
readonly name?: string
701
+ readonly display_name?: string
702
readonly description?: string
703
readonly icon?: string
704
readonly max_ttl_ms?: number
0 commit comments