Apache CloudStack 4.17.0.0 Root Admin API Reference
updateProjectRolePermission
Updates a project role permission and/or order
Request parameters
| Parameter Name | Description | Required |
| projectid | ID of project where project role permission is to be updated | true |
| projectroleid | ID of the project role | true |
| permission | Rule permission, can be: allow or deny | false |
| projectrolepermissionid | Project Role permission rule id | false |
| ruleorder | The parent role permission uuid, use 0 to move this rule at the top of the list | false |
Response Tags
| Response Name | Description |
| displaytext | any text associated with the success or failure |
| success | true if operation is executed successfully |