Skip to content

Commit e2b4aba

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

File tree

2 files changed

+22
-0
lines changed

2 files changed

+22
-0
lines changed

client.gen.go

Lines changed: 16 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3854,6 +3854,9 @@
38543854
"422" : {
38553855
"$ref" : "#/components/responses/UnprocessableEntity"
38563856
},
3857+
"429" : {
3858+
"$ref" : "#/components/responses/TooManyRequests"
3859+
},
38573860
"500" : {
38583861
"$ref" : "#/components/responses/InternalError"
38593862
}
@@ -4088,6 +4091,9 @@
40884091
"422" : {
40894092
"$ref" : "#/components/responses/UnprocessableEntity"
40904093
},
4094+
"429" : {
4095+
"$ref" : "#/components/responses/TooManyRequests"
4096+
},
40914097
"500" : {
40924098
"$ref" : "#/components/responses/InternalError"
40934099
}

0 commit comments

Comments
 (0)