mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Merge branch 'rest-api-improvements' of https://github.com/wso2/carbon-device-mgt-plugins into rest-api-improvements
This commit is contained in:
commit
0bcbab7071
@ -43,7 +43,7 @@
|
||||
<Permission>
|
||||
<name>Unlock</name>
|
||||
<path>/device-mgt/android/operations/unlock</path>
|
||||
<url>/operation/unlock</url>
|
||||
<url>/admin/devices/unlock-devices</url>
|
||||
<method>POST</method>
|
||||
<scope>emm_admin,emm_user</scope>
|
||||
</Permission>
|
||||
@ -146,7 +146,7 @@
|
||||
<Permission>
|
||||
<name>Install Application</name>
|
||||
<path>/device-mgt/android/operations/install-application</path>
|
||||
<url>/operation/install-application</url>
|
||||
<url>/admin/devices/install-application</url>
|
||||
<method>POST</method>
|
||||
<scope>emm_admin,emm_user</scope>
|
||||
</Permission>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user