Details
Description
updateRole does currently only return success but one would expect it returns the updated role as json like other update APIs
Acutal results:
$ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test --region=simulator { "success": "true" }
expected resutls:
$ cs updateRole id=0d6f4eca-cf71-47ba-81d9-aa129b38911b name=test --region=simulator { "role": { "id": ... "description": ... "name": ... "type": ... } }
similar to other update api e.g. http://cloudstack.apache.org/api/apidocs-4.9/apis/updateUser.html.
Attachments
Issue Links
- links to