Skip to content

Commit 39b9bd1

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#220)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent c9ba02b commit 39b9bd1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

models.gen.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9064,7 +9064,7 @@
90649064
"type" : "string"
90659065
}
90669066
},
9067-
"required" : [ "cpu", "created_at", "destinations", "disabled", "memory", "name", "schedule", "source", "updated_at" ]
9067+
"required" : [ "cpu", "created_at", "destinations", "disabled", "display_name", "memory", "name", "schedule", "source", "updated_at" ]
90689068
},
90699069
"SyncCreate" : {
90709070
"description" : "Managed Sync definition",

0 commit comments

Comments
 (0)