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
cpp-rest-sdk-client serializes boolean parameter values as integer values (i.e. 0/1) while cpp-pistache-server does not interpret integer values 0 and 1 as false and true. Therefore, I can't pass bool parameters.
openapi-generator version
openapi-generator 5.2.1
Suggest a fix/enhancement
This problem can be solved by overloading the ApiClient::parameterToString method of cpp-rest-sdk-client apiclient mustache file.
The text was updated successfully, but these errors were encountered:
Description
cpp-rest-sdk-client serializes boolean parameter values as integer values (i.e. 0/1) while cpp-pistache-server does not interpret integer values 0 and 1 as false and true. Therefore, I can't pass bool parameters.
openapi-generator version
openapi-generator 5.2.1
Suggest a fix/enhancement
This problem can be solved by overloading the ApiClient::parameterToString method of cpp-rest-sdk-client apiclient mustache file.
The text was updated successfully, but these errors were encountered: