added scopes to notification API

revert-70aa11f8
mharindu 8 years ago
parent 60659ce15b
commit ff82accb48

@ -142,9 +142,7 @@ public interface NotificationManagementService {
message = "Error occurred while updating notification status.") message = "Error occurred while updating notification status.")
} }
) )
@Permission( @Permission(scope = "notification:modify", roles = {"admin"}
scope = "",
permissions = { "" }
) )
Response updateNotificationStatus( Response updateNotificationStatus(
@ApiParam( @ApiParam(

Loading…
Cancel
Save