|
|
@ -39,7 +39,7 @@ import javax.ws.rs.core.Response;
|
|
|
|
extensions = {
|
|
|
|
extensions = {
|
|
|
|
@Extension(properties = {
|
|
|
|
@Extension(properties = {
|
|
|
|
@ExtensionProperty(name = "name", value = "DeviceAnalyticsArtifactUploaderAdminService"),
|
|
|
|
@ExtensionProperty(name = "name", value = "DeviceAnalyticsArtifactUploaderAdminService"),
|
|
|
|
@ExtensionProperty(name = "context", value = "/api/device-mgt/v1.0/admin/devicetype"),
|
|
|
|
@ExtensionProperty(name = "context", value = "/api/device-mgt/v1.0/admin/publish-artifact"),
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
),
|
|
|
|
),
|
|
|
@ -47,7 +47,7 @@ import javax.ws.rs.core.Response;
|
|
|
|
@Tag(name = "device_management", description = "")
|
|
|
|
@Tag(name = "device_management", description = "")
|
|
|
|
}
|
|
|
|
}
|
|
|
|
)
|
|
|
|
)
|
|
|
|
@Path("/admin/devicetype")
|
|
|
|
@Path("/admin/publish-artifact")
|
|
|
|
@Api(value = "Devicetype deployment Administrative Service", description = "This an API intended to be used to " +
|
|
|
|
@Api(value = "Devicetype deployment Administrative Service", description = "This an API intended to be used to " +
|
|
|
|
"deploy device type components" +
|
|
|
|
"deploy device type components" +
|
|
|
|
"Further, this is strictly restricted to admin users only ")
|
|
|
|
"Further, this is strictly restricted to admin users only ")
|
|
|
|