174175176177178179180181182183184
@Test public void testPutGetRawData() throws Exception { long now = System.currentTimeMillis(); DoubleValue dataPoint = new DoubleValue(1.5); given() .header(acceptJson) .contentType(ContentType.JSON) .pathParam("id", numericScheduleId)