Skip to content

Commit 95ed8a2

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

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

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
@@ -4344,6 +4344,9 @@
43444344
"404" : {
43454345
"$ref" : "#/components/responses/NotFound"
43464346
},
4347+
"422" : {
4348+
"$ref" : "#/components/responses/UnprocessableEntity"
4349+
},
43474350
"429" : {
43484351
"$ref" : "#/components/responses/TooManyRequests"
43494352
},

0 commit comments

Comments
 (0)