mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Adding devices:update into /devices scopes list
This commit is contained in:
parent
e11d2244f5
commit
f57de670ea
@ -80,6 +80,12 @@ import javax.ws.rs.core.Response;
|
||||
key = "perm:devices:details",
|
||||
permissions = {"/device-mgt/devices/owning-device/view"}
|
||||
),
|
||||
@Scope(
|
||||
name = "Update the device specified by device id",
|
||||
description = "Update the device specified by device id",
|
||||
key = "perm:devices:update",
|
||||
permissions = {"/device-mgt/devices/owning-device/view"}
|
||||
),
|
||||
@Scope(
|
||||
name = "Delete the device specified by device id",
|
||||
description = "Delete the device specified by device id",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user