aboutsummaryrefslogtreecommitdiffstats
path: root/apps/weather_status
diff options
context:
space:
mode:
authorjld3103 <jld3103yt@gmail.com>2023-07-31 17:03:06 +0200
committerKate <26026535+provokateurin@users.noreply.github.com>2023-08-03 10:58:16 +0200
commit89c941f65e01898cd797631bec9719719d587c97 (patch)
tree9a0e7d1ca0654476890c4065202f4ba9ce765c6a /apps/weather_status
parent90bb0a26f4c6a689015a8293c021ef7591933b91 (diff)
downloadnextcloud-server-89c941f65e01898cd797631bec9719719d587c97.tar.gz
nextcloud-server-89c941f65e01898cd797631bec9719719d587c97.zip
Fix OpenAPI specs
Signed-off-by: jld3103 <jld3103yt@gmail.com>
Diffstat (limited to 'apps/weather_status')
-rw-r--r--apps/weather_status/openapi.json7
1 files changed, 5 insertions, 2 deletions
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"
+ }
}
},
{