Merge pull request #383 from ayyoob/st2

fixed api name for device type
This commit is contained in:
Milan Perera 2016-10-10 20:51:40 +05:30 committed by GitHub
commit bb60caa171

View File

@ -39,7 +39,7 @@ import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import javax.ws.rs.core.Response;
@API(name = "DeviceTypeManagement", version = "1.0.0", context = "/api/device-mgt/v1.0/admin/device-types",
@API(name = "DeviceTypeManagement", version = "1.0.0", context = "/api/device-mgt/v1.0/device-types",
tags = {"device_management"})
@Path("/device-types")