From b606baa80bd3380c0f1b3cefc99b666e2b94cb30 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. --- 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.32.0