Skip to content

Commit 0386cad

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json (#179)
This PR was created by a scheduled workflow to generate the CloudQuery Go API Client from `spec.json`
1 parent 99ac21b commit 0386cad

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8647,12 +8647,18 @@
86478647
"description" : "Auth code received from the OAuth provider",
86488648
"type" : "string"
86498649
},
8650+
"base_url" : {
8651+
"description" : "Base of the URL the callback url was constructed from",
8652+
"example" : "https://cloud.cloudquery.io/oauth",
8653+
"type" : "string",
8654+
"x-go-name" : "BaseURL"
8655+
},
86508656
"state" : {
86518657
"description" : "State value received from the OAuth provider",
86528658
"type" : "string"
86538659
}
86548660
},
8655-
"required" : [ "auth_code" ]
8661+
"required" : [ "auth_code", "base_url" ]
86568662
},
86578663
"ListPluginNotificationRequests_200_response" : {
86588664
"properties" : {

0 commit comments

Comments
 (0)