Skip to content

Commit a67bcba

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

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

client.gen.go

Lines changed: 0 additions & 8 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 & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2622,15 +2622,8 @@
26222622
}
26232623
},
26242624
"responses": {
2625-
"200": {
2626-
"description": "Plugin usage for the current calendar month.",
2627-
"content": {
2628-
"application/json": {
2629-
"schema": {
2630-
"$ref": "#/components/schemas/UsageCurrent"
2631-
}
2632-
}
2633-
}
2625+
"204": {
2626+
"description": "Success (the plugin usage was increased). It may take some time to reflect in the usage list."
26342627
},
26352628
"401": {
26362629
"$ref": "#/components/responses/RequiresAuthentication"

0 commit comments

Comments
 (0)