Details
Description
On the SuccessResponse for async call, the boolean value is returned as a quoted boolean string:
{"success": "true"}
instead of a JSON boolean:
{"success": true
Attachments
Issue Links
- links to
On the SuccessResponse for async call, the boolean value is returned as a quoted boolean string:
{"success": "true"}
instead of a JSON boolean:
{"success": true