mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1228 from ruwany/master
Correcting issue with events resource path
This commit is contained in:
commit
aa4341c044
@ -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