Skip to content

Commit 1ba37da

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

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

spec.json

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2787,7 +2787,18 @@
27872787
}
27882788
}
27892789
},
2790-
"description" : "Plugin usage for the current calendar month."
2790+
"description" : "Plugin usage for the current calendar month.",
2791+
"headers" : {
2792+
"x-cq-query-interval" : {
2793+
"explode" : false,
2794+
"schema" : {
2795+
"description" : "Suggested interval in seconds between usage queries.",
2796+
"format" : "int32",
2797+
"type" : "integer"
2798+
},
2799+
"style" : "simple"
2800+
}
2801+
}
27912802
},
27922803
"401" : {
27932804
"$ref" : "#/components/responses/RequiresAuthentication"

0 commit comments

Comments
 (0)