plaid / plaid-openapi

API version 2020-09-14
https://plaid.com/docs
91 stars 39 forks source link

Discrepancy on HealthIncident object #106

Closed viceroypenguin closed 2 years ago

viceroypenguin commented 2 years ago

Currently, the HealthIncident object (2020-09-14.yml, L21684) indicates that the end_date property is not nullable. However, querying for certain institutions (specifically "ins_3", among others) returns HealthIncident objects with a null value for end_date. I am correcting in my library manually for now, but it would be nice to see this fixed with the next update.

See also: viceroypenguin/Going.Plaid#96

phoenixy1 commented 2 years ago

Thanks for reporting. Will be fixed in next month's release!

viceroypenguin commented 2 years ago

Thanks! :)