Skip to content

Commit 2436ba0

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

File tree

2 files changed

+17
-6
lines changed

2 files changed

+17
-6
lines changed

client.gen.go

Lines changed: 12 additions & 4 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3765,8 +3765,8 @@
37653765
"404" : {
37663766
"$ref" : "#/components/responses/NotFound"
37673767
},
3768-
"405" : {
3769-
"$ref" : "#/components/responses/MethodNotAllowed"
3768+
"429" : {
3769+
"$ref" : "#/components/responses/TooManyRequests"
37703770
},
37713771
"500" : {
37723772
"$ref" : "#/components/responses/InternalError"
@@ -5005,6 +5005,9 @@
50055005
"404" : {
50065006
"$ref" : "#/components/responses/NotFound"
50075007
},
5008+
"422" : {
5009+
"$ref" : "#/components/responses/UnprocessableEntity"
5010+
},
50085011
"500" : {
50095012
"$ref" : "#/components/responses/InternalError"
50105013
}

0 commit comments

Comments
 (0)