mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Fixing permission issues with GET /devices/*/*/features API
This commit is contained in:
parent
25e45dc9f1
commit
07a4a65c7c
@ -418,34 +418,61 @@
|
||||
<!-- End of Operations related APIs -->
|
||||
|
||||
<!-- Feature related APIs -->
|
||||
<!--<Permission>-->
|
||||
<!--<name>List policies</name>-->
|
||||
<!--<path>/device-mgt/admin/policies/list</path>-->
|
||||
<!--<url>/features/*</url>-->
|
||||
<!--<method>GET</method>-->
|
||||
<!--</Permission>-->
|
||||
|
||||
<!--<Permission>-->
|
||||
<!--<name>View device</name>-->
|
||||
<!--<path>/device-mgt/admin/devices/view</path>-->
|
||||
<!--<url>/features/*</url>-->
|
||||
<!--<method>GET</method>-->
|
||||
<!--</Permission>-->
|
||||
|
||||
<!--<Permission>-->
|
||||
<!--<name>View device</name>-->
|
||||
<!--<path>/device-mgt/user/devices/view</path>-->
|
||||
<!--<url>/features/*</url>-->
|
||||
<!--<method>GET</method>-->
|
||||
<!--</Permission>-->
|
||||
|
||||
<!--<Permission>-->
|
||||
<!--<name>View device</name>-->
|
||||
<!--<path>/device-mgt/user/devices/view</path>-->
|
||||
<!--<url>/features</url>-->
|
||||
<!--<method>GET</method> -->
|
||||
<!--</Permission>-->
|
||||
<Permission>
|
||||
<name>List policies</name>
|
||||
<path>/device-mgt/admin/policies/list</path>
|
||||
<url>/features/*</url>
|
||||
<url>/devices/*/*/features</url>
|
||||
<method>GET</method>
|
||||
</Permission>
|
||||
|
||||
<Permission>
|
||||
<name>View device</name>
|
||||
<path>/device-mgt/admin/devices/view</path>
|
||||
<url>/features/*</url>
|
||||
<url>/devices/*/*/features</url>
|
||||
<method>GET</method>
|
||||
</Permission>
|
||||
|
||||
<Permission>
|
||||
<name>View device</name>
|
||||
<path>/device-mgt/user/devices/view</path>
|
||||
<url>/features/*</url>
|
||||
<url>/devices/*/*/features</url>
|
||||
<method>GET</method>
|
||||
</Permission>
|
||||
|
||||
<Permission>
|
||||
<name>View device</name>
|
||||
<path>/device-mgt/user/devices/view</path>
|
||||
<url>/features</url>
|
||||
<url>/devices/*/*/features</url>
|
||||
<method>GET</method>
|
||||
|
||||
</Permission>
|
||||
|
||||
<!-- End of Feature related APIs -->
|
||||
|
||||
<!-- Role related APIs -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user