Skip to content

Commit

Permalink
Updated nullable property
Browse files Browse the repository at this point in the history
  • Loading branch information
satr committed Aug 26, 2024
1 parent fb4ab9e commit 8dcf7b1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions api/jobs/models/job_summary.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ type JobSummary struct {
// OverrideUseBuildCache override default or configured build cache option
//
// required: false
// Extensions:
// x-nullable: true
OverrideUseBuildCache *bool `json:"overrideUseBuildCache,omitempty"`
}

Expand Down
3 changes: 2 additions & 1 deletion swaggerui/html/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -6671,7 +6671,8 @@
"overrideUseBuildCache": {
"description": "OverrideUseBuildCache override default or configured build cache option",
"type": "boolean",
"x-go-name": "OverrideUseBuildCache"
"x-go-name": "OverrideUseBuildCache",
"x-nullable": true
},
"pipeline": {
"description": "Name of the pipeline",
Expand Down

0 comments on commit 8dcf7b1

Please sign in to comment.