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);
|
int limit);
|
||||||
|
|
||||||
@PUT
|
@PUT
|
||||||
@Path("{id}/mark-checked")
|
@Path("/{id}/mark-checked")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
produces = MediaType.APPLICATION_JSON,
|
produces = MediaType.APPLICATION_JSON,
|
||||||
httpMethod = "PUT",
|
httpMethod = "PUT",
|
||||||
|
|||||||
@ -76,7 +76,7 @@ public class NotificationManagementServiceImpl implements NotificationManagement
|
|||||||
}
|
}
|
||||||
|
|
||||||
@PUT
|
@PUT
|
||||||
@Path("{id}/mark-checked")
|
@Path("/{id}/mark-checked")
|
||||||
public Response updateNotificationStatus(
|
public Response updateNotificationStatus(
|
||||||
@PathParam("id") int id) {
|
@PathParam("id") int id) {
|
||||||
String msg;
|
String msg;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user