Skip to content

Commit 029e898

Browse files
authored
fix: Generate CloudQuery Go API Client from spec.json
1 parent 10b3917 commit 029e898

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
@@ -2396,6 +2396,9 @@
23962396
"404" : {
23972397
"$ref" : "#/components/responses/NotFound"
23982398
},
2399+
"422" : {
2400+
"$ref" : "#/components/responses/UnprocessableEntity"
2401+
},
23992402
"500" : {
24002403
"$ref" : "#/components/responses/InternalError"
24012404
}
@@ -2468,6 +2471,9 @@
24682471
"404" : {
24692472
"$ref" : "#/components/responses/NotFound"
24702473
},
2474+
"422" : {
2475+
"$ref" : "#/components/responses/UnprocessableEntity"
2476+
},
24712477
"500" : {
24722478
"$ref" : "#/components/responses/InternalError"
24732479
}

0 commit comments

Comments
 (0)