Skip to content

Commit 33fe0a6

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

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
@@ -2355,6 +2355,9 @@
23552355
"401": {
23562356
"$ref": "#/components/responses/RequiresAuthentication"
23572357
},
2358+
"403": {
2359+
"$ref": "#/components/responses/Forbidden"
2360+
},
23582361
"422": {
23592362
"$ref": "#/components/responses/UnprocessableEntity"
23602363
},

0 commit comments

Comments
 (0)