mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Prepending the url template configured for updating notifications with a '/'
This commit is contained in:
parent
78057b2992
commit
0125310440
@ -125,7 +125,7 @@ public interface NotificationManagementService {
|
||||
int limit);
|
||||
|
||||
@PUT
|
||||
@Path("{id}/mark-checked")
|
||||
@Path("/{id}/mark-checked")
|
||||
@ApiOperation(
|
||||
produces = MediaType.APPLICATION_JSON,
|
||||
httpMethod = "PUT",
|
||||
|
||||
@ -76,7 +76,7 @@ public class NotificationManagementServiceImpl implements NotificationManagement
|
||||
}
|
||||
|
||||
@PUT
|
||||
@Path("{id}/mark-checked")
|
||||
@Path("/{id}/mark-checked")
|
||||
public Response updateNotificationStatus(
|
||||
@PathParam("id") int id) {
|
||||
String msg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user