From 89c941f65e01898cd797631bec9719719d587c97 Mon Sep 17 00:00:00 2001 From: jld3103 Date: Mon, 31 Jul 2023 17:03:06 +0200 Subject: Fix OpenAPI specs Signed-off-by: jld3103 --- apps/weather_status/openapi.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'apps/weather_status') diff --git a/apps/weather_status/openapi.json b/apps/weather_status/openapi.json index b6110473d37..cdfcbc3a269 100644 --- a/apps/weather_status/openapi.json +++ b/apps/weather_status/openapi.json @@ -847,12 +847,15 @@ ], "parameters": [ { - "name": "favorites", + "name": "favorites[]", "in": "query", "description": "Favorite addresses", "required": true, "schema": { - "type": "string" + "type": "array", + "items": { + "type": "string" + } } }, { -- cgit v1.2.3