We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
spec.json
1 parent 75fe815 commit 1ba37daCopy full SHA for 1ba37da
spec.json
@@ -2787,7 +2787,18 @@
2787
}
2788
2789
},
2790
- "description" : "Plugin usage for the current calendar month."
+ "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
2802
2803
"401" : {
2804
"$ref" : "#/components/responses/RequiresAuthentication"
0 commit comments