Skip to content

Commit 7fb96d9

Browse files
committed
make gen
1 parent 8084cae commit 7fb96d9

File tree

6 files changed

+32
-20
lines changed

6 files changed

+32
-20
lines changed

coderd/apidoc/docs.go

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

coderd/apidoc/swagger.json

Lines changed: 4 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

codersdk/organizations.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ type CreateTemplateRequest struct {
205205
// the template should use the classic parameter flow. The default if unset is
206206
// true, and is why `*bool` is used here. When dynamic parameters becomes
207207
// the default, this will default to false.
208-
UseClassicParameterFlow *bool `json:"template_use_classic_parameter_flow"`
208+
UseClassicParameterFlow *bool `json:"template_use_classic_parameter_flow,omitempty"`
209209
}
210210

211211
// CreateWorkspaceRequest provides options for creating a new workspace.

0 commit comments

Comments
 (0)