mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #315 from madhawap/master
Added missing end-point to the permissions.xml
This commit is contained in:
commit
ab5aa3e31c
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user