[ BUG ] Boolean query string parameters are not being converted to lower case strings #1129
Labels
bug 🐛
Something isn't working
kubernetes
Kubernetes Protection issues and questions
SDK usage
General SDK usage issues and questions
Describe the bug
Boolean query string parameters sent thru the
requests
library are being passed to the API using title case. This will generate an error in some API operations as they are expecting a lower case string.To Reproduce
Call the GetHelmValuesYaml operation while passing a
True
for theis_self_managed_cluster
argument.Expected behavior
The generated query string properly converts booleans into lower case strings.
Environment (please complete the following information):
Additional context
Thanks @falcon-pioupiou for identifying and reporting this issue!
The text was updated successfully, but these errors were encountered: