Skip to content

Commit 9a45834

Browse files
disqgithub-actions[bot]
authored andcommitted
fix: Generate CloudQuery Go API Client from spec.json
1 parent 87b64ee commit 9a45834

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

models.gen.go

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

spec.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8725,6 +8725,11 @@
87258725
"api_url" : {
87268726
"description" : "Base URL of the tenant's platform API (e.g. https://acme.us.platform.cloudquery.io). The CLI uses it to reach /external-syncs/* directly — no CQ_PLATFORM_API_URL configuration needed.",
87278727
"type" : "string"
8728+
},
8729+
"plugin_version" : {
8730+
"description" : "Recommended cloudquery/platform destination plugin version for this tenant. Optional; when present the CLI pins the injected destination to it, otherwise it uses its own default.",
8731+
"example" : "v1.0.0",
8732+
"type" : "string"
87288733
}
87298734
},
87308735
"required" : [ "api_url", "expires_in_seconds", "token" ]

0 commit comments

Comments
 (0)