From 8d1995084173bd264c7d1c8e5552185de6032321 Mon Sep 17 00:00:00 2001 From: Alessandro Di Felice Date: Sun, 12 Apr 2020 04:05:33 -0500 Subject: [PATCH] Fix "forecast" option type om openweathermap. (#12840) According to source code "forecast" is a *boolean*. --- source/_integrations/openweathermap.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/openweathermap.markdown b/source/_integrations/openweathermap.markdown index c72d30c3e39..e319b7875a7 100644 --- a/source/_integrations/openweathermap.markdown +++ b/source/_integrations/openweathermap.markdown @@ -93,7 +93,7 @@ forecast: description: Enables the forecast. The default is to display the current conditions. required: false default: false - type: string + type: boolean language: description: The language in which you want text results to be returned. It's a two-characters string, e.g., `en`, `es`, `ru`, `it`, etc. required: false