When returning from a API request or a function call where result schema has a boolean property, the resulted JSON has a string value instead of boolean.
Hope this is enough information to reproduce :)RegardsAndreas
Expected behavior:
{ "success": true, "message": "..." }
Actual response:
{ "success": "true", "message": "..." }
Send us a ticket, we will try our best to assist you with your problem
Andreas. schaefer
Json response returns booleans as stings
When returning from a API request or a function call where result schema has a boolean property, the resulted JSON has a string value instead of boolean.
Hope this is enough information to reproduce :)
Regards
Andreas
Expected behavior:
Actual response:
1 person has this problem