Skip to content

Commit 04860b2

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

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

client.gen.go

Lines changed: 8 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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3329,6 +3329,9 @@
33293329
"422" : {
33303330
"$ref" : "#/components/responses/UnprocessableEntity"
33313331
},
3332+
"429" : {
3333+
"$ref" : "#/components/responses/TooManyRequests"
3334+
},
33323335
"500" : {
33333336
"$ref" : "#/components/responses/InternalError"
33343337
}

0 commit comments

Comments
 (0)