mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Fixed issues in android permisson.xml
This commit is contained in:
parent
672d90472b
commit
b9bc076036
@ -81,21 +81,21 @@
|
||||
<Permission>
|
||||
<name>Enroll</name>
|
||||
<path>/device-mgt/user/device/android/enroll</path>
|
||||
<url>/device/*/applications</url>
|
||||
<url>/devices/*/applications</url>
|
||||
<method>PUT</method>
|
||||
</Permission>
|
||||
|
||||
<Permission>
|
||||
<name>Enroll</name>
|
||||
<path>/device-mgt/user/device/android/enroll</path>
|
||||
<url>/device/*/pending-operations</url>
|
||||
<url>/devices/*/pending-operations</url>
|
||||
<method>PUT</method>
|
||||
</Permission>
|
||||
|
||||
<Permission>
|
||||
<name>Enroll</name>
|
||||
<path>/device-mgt/user/device/android/enroll</path>
|
||||
<url>/device/*/status</url>
|
||||
<url>/devices/*/status</url>
|
||||
<method>GET</method>
|
||||
</Permission>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user