mlsorensen opened a new pull request, #46:
URL: https://github.com/apache/cloudstack-go/pull/46

   When creating or updating accounts using the API, the parameters are 
expected to be in format:
   
   ```
   accountdetails[0].somekey=someval
   ```
   
   not
   
   ```
   accountdetails[0].key=somekey
   accountdetails[0].value=someval
   ```
   
   Since `accountdetails` is handled via `default`, I'm using the 
`detailsRequireZeroIndex` list to ensure we don't make this change broad. Any 
other APIs that require this format can just be added to 
`detailsRequireZeroIndex` as we identify them, rather than making a sweeping 
change.
   
   I don't know what's up with the change in comment on the delete calls... 
possibly a change that wasn't properly committed earlier.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to