mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Correcting issue with events resource path
This commit is contained in:
parent
1ac28a40fb
commit
88924ac8d6
@ -247,7 +247,7 @@ public interface DeviceAgentService {
|
|||||||
@Valid Device updateDevice);
|
@Valid Device updateDevice);
|
||||||
|
|
||||||
@POST
|
@POST
|
||||||
@Path("events/publish{type}/{deviceId}")
|
@Path("events/publish/{type}/{deviceId}")
|
||||||
@ApiOperation(
|
@ApiOperation(
|
||||||
produces = MediaType.APPLICATION_JSON,
|
produces = MediaType.APPLICATION_JSON,
|
||||||
consumes = MediaType.APPLICATION_JSON,
|
consumes = MediaType.APPLICATION_JSON,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user