Added missing end-point to the permissions.xml

This commit is contained in:
madhawap 2016-07-12 10:24:05 +05:30
parent 79a6da82f2
commit 0b338a1d25

View File

@ -104,6 +104,12 @@
<url>/admin/devices</url>
<method>GET</method>
</Permission>
<Permission>
<name>View device types</name>
<path>/device-mgt/admin/devices/Admin-DeviceType-View</path>
<url>/admin/device-types</url>
<method>GET</method>
</Permission>
<!-- End of Device related APIs -->
<Permission>
<name>Policies</name>