Skip to content

Commit fc41e37

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

client.gen.go

Lines changed: 4 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@
411411
"content": {
412412
"application/json": {
413413
"schema": {
414-
"$ref": "#/components/schemas/Plugin"
414+
"$ref": "#/components/schemas/ListPlugin"
415415
}
416416
}
417417
},
@@ -1752,7 +1752,7 @@
17521752
"content": {
17531753
"application/json": {
17541754
"schema": {
1755-
"$ref": "#/components/schemas/Addon"
1755+
"$ref": "#/components/schemas/ListAddon"
17561756
}
17571757
}
17581758
},

0 commit comments

Comments
 (0)