Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

types for query params for flaws_list is incorrect #23

Open
cebarks opened this issue Aug 9, 2023 · 0 comments
Open

types for query params for flaws_list is incorrect #23

cebarks opened this issue Aug 9, 2023 · 0 comments

Comments

@cebarks
Copy link

cebarks commented Aug 9, 2023

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.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant