props.add("prop", "epsilon"); // make sure both epsilons are kept, as they are not touched
props.add("prop", "epsilon"); // by the patch operations below
String location = testClient.createNode(postUrl + SlingPostConstants.DEFAULT_CREATE_SUFFIX,
props, null, false);
props.clear();
// 2. update mv prop through Patch method
props.add("prop@Patch", "true");
//props.add("prop@TypeHint", "String[]");
props.add("prop", "-beta"); // remove all betas