summaryrefslogtreecommitdiffstats
path: root/openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py
diff options
context:
space:
mode:
Diffstat (limited to 'openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py')
-rw-r--r--openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py b/openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py
index c11e12f424d..a9aa3545f2c 100644
--- a/openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py
+++ b/openbb_platform/providers/tiingo/openbb_tiingo/models/company_news.py
@@ -27,7 +27,7 @@ class TiingoCompanyNewsQueryParams(CompanyNewsQueryParams):
"start_date": "startDate",
"end_date": "endDate",
}
- __json_schema_extra__ = {"symbol": ["multiple_items_allowed"]}
+ __json_schema_extra__ = {"symbol": {"multiple_items_allowed": True}}
offset: Optional[int] = Field(
default=0, description="Page offset, used in conjunction with limit."