You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/01/24 10:43:18 UTC

[GitHub] marcaurele commented on issue #2428: CLOUDSTACK-10253: JSON response for SuccessResponse as boolean instead of string

marcaurele commented on issue #2428: CLOUDSTACK-10253: JSON response for SuccessResponse as boolean instead of string
URL: https://github.com/apache/cloudstack/pull/2428#issuecomment-360091310
 
 
   It changes the JSON output from: 
   ```json
   {"success": "true"}
   ```
   to 
   ```json
   {"success": true}
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services