> @@ -149,4 +152,34 @@ > @Produces(MediaType.APPLICATION_JSON) > @Fallback(Fallbacks.FalseOnNotFoundOr404.class) > boolean setTags(@PathParam("id") long id, @BinderParam(TagToJson.class) > Set<String> tags); > + > + /** > + * Set notes (visible in UI) > + * > + * @param id > + * id of the virtual guest
Add also the javadoc for the other parameter. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/756/files#r31583568