You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The type assigned (List[str] for both include_fields and include_meta_attr are incorrect and will not work as expected when passing actual lists, instead it requires a comma-separated list in a string to be passed.
The type assigned (
List[str]
for bothinclude_fields
andinclude_meta_attr
are incorrect and will not work as expected when passing actual lists, instead it requires a comma-separated list in a string to be passed.https://github.com/RedHatProductSecurity/osidb-bindings/blob/4c9b6bcefc3497ddc2849d6ad8039241d21a144d/osidb_bindings/bindings/python_client/api/osidb/osidb_api_v1_flaws_list.py#L1028
https://github.com/RedHatProductSecurity/osidb-bindings/blob/4c9b6bcefc3497ddc2849d6ad8039241d21a144d/osidb_bindings/bindings/python_client/api/osidb/osidb_api_v1_flaws_list.py#L1029
The text was updated successfully, but these errors were encountered: