Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2c122b

Browse files
committed
site: display_name is optional
1 parent 64c6fe2 commit b2c122b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/src/api/typesGenerated.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ export interface CreateParameterRequest {
175175
// From codersdk/organizations.go
176176
export interface CreateTemplateRequest {
177177
readonly name: string
178+
readonly display_name?: string
178179
readonly description?: string
179180
readonly icon?: string
180181
readonly template_version_id: string

0 commit comments

Comments
 (0)