Fix the resource path not detecting issue

This commit is contained in:
Lasantha Dharmakeerthi 2023-10-20 09:42:18 +00:00
commit 566f6e9469

View File

@ -75,7 +75,7 @@ import javax.ws.rs.core.Response;
description = "Add, Edit or View a Device Type",
key = "dm:admin:device-type:modify",
roles = {"Internal/devicemgt-admin"},
permissions = {"/device-mgt/admin/device-type"}
permissions = {"/device-mgt/admin/device-type/modify"}
),
@Scope(
name = "Getting Details of a Device Type",