Skip to content

Commit 4f8c0e5

Browse files
fix: Generate CloudQuery Go API Client from spec.json (#363)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 95ed8a2 commit 4f8c0e5

2 files changed

Lines changed: 8 additions & 1 deletion

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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7580,6 +7580,10 @@
75807580
"subdomain" : {
75817581
"type" : "string"
75827582
},
7583+
"host" : {
7584+
"description" : "Full host (e.g. `<subdomain>.cloudquery.io`) the tenant is served on.",
7585+
"type" : "string"
7586+
},
75837587
"status" : {
75847588
"$ref" : "#/components/schemas/PlatformTenantStatus"
75857589
},
@@ -7591,7 +7595,7 @@
75917595
"type" : "boolean"
75927596
}
75937597
},
7594-
"required" : [ "status", "subdomain", "team_name", "tenant_id" ]
7598+
"required" : [ "host", "status", "subdomain", "team_name", "tenant_id" ]
75957599
},
75967600
"UserID" : {
75977601
"description" : "ID of the User",

0 commit comments

Comments
 (0)