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
@lwilli - I apologize for the delay. Thank you for letting us know about this.
We use swagger-codegen to generate this code. They use a mustache template to generate the examples. The problem field is the {{{example}}} on line 40. We'll need to track down where example is set and fix it for the Python generator for boolean data types.
On lines 23 and 27 there is a use of "true" instead of the correct spelling "True".
https://github.com/wavefrontHQ/python-client/blob/master/docs/QueryApi.md#example
The text was updated successfully, but these errors were encountered: