Fixed logcat and events get APIs

revert-dabc3590
Chatura Dilan Perera 8 years ago
parent 610f9ac13d
commit ae99d189e7

@ -124,6 +124,15 @@
<method>POST</method> <method>POST</method>
</Permission> </Permission>
<Permission>
<name>GET Events</name>
<path>/device-mgt/admin/events/get</path>
<url>/events</url>
<method>GET</method>
</Permission>
<!-- End of event related permissions --> <!-- End of event related permissions -->
<!-- Operations related permissions --> <!-- Operations related permissions -->
@ -156,6 +165,13 @@
<method>POST</method> <method>POST</method>
</Permission> </Permission>
<Permission>
<name>Logcat</name>
<path>/device-mgt/admin/device/android/operation/logcat</path>
<url>/admin/devices/logcat</url>
<method>POST</method>
</Permission>
<Permission> <Permission>
<name>Configure VPN</name> <name>Configure VPN</name>
<path>/device-mgt/admin/device/android/operation/configure-vpn</path> <path>/device-mgt/admin/device/android/operation/configure-vpn</path>

Loading…
Cancel
Save