From 9e666eb2fda45984580a5c29af45370bc8531607 Mon Sep 17 00:00:00 2001 From: cq-bot Date: Wed, 30 Oct 2024 10:34:03 +0000 Subject: [PATCH] fix: Generate CloudQuery Go API Client from `spec.json` --- spec.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/spec.json b/spec.json index f74c942..b3f0d0b 100644 --- a/spec.json +++ b/spec.json @@ -2787,7 +2787,18 @@ } } }, - "description" : "Plugin usage for the current calendar month." + "description" : "Plugin usage for the current calendar month.", + "headers" : { + "x-cq-query-interval" : { + "explode" : false, + "schema" : { + "description" : "Suggested interval in seconds between usage queries.", + "format" : "int32", + "type" : "integer" + }, + "style" : "simple" + } + } }, "401" : { "$ref" : "#/components/responses/RequiresAuthentication"