Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions models.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -8725,6 +8725,11 @@
"api_url" : {
"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.",
"type" : "string"
},
"plugin_version" : {
"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.",
"example" : "v1.0.0",
"type" : "string"
}
},
"required" : [ "api_url", "expires_in_seconds", "token" ]
Expand Down
Loading