From dba11c8848b85dbd82900ae6fd4486792e7ceae8 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi Date: Tue, 8 Mar 2022 12:57:02 -0300 Subject: [PATCH] Bug 30194: Fix invalid spec This patch fixes a problem with the spec. Signed-off-by: Martin Renvoize --- api/v1/swagger/parameters.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/api/v1/swagger/parameters.yaml b/api/v1/swagger/parameters.yaml index ec15f2f8f6..c2539ad722 100644 --- a/api/v1/swagger/parameters.yaml +++ b/api/v1/swagger/parameters.yaml @@ -67,9 +67,7 @@ q_body: required: false description: Query filter sent through request's body schema: - type: - - object - - array + type: object q_param: name: q in: query -- 2.20.1