> + @Named("router:create")
> + @POST
> + @SelectJson("router")
> + @Fallback(Fallbacks.NullOnNotFoundOr404.class)
> + @Nullable
> + Router create(@WrapWith("router") CreateRouter router);
> +
> + /**
> + * Update a router
> + *
> + * @param id the id of the router to update
> + * @param router Contains only the attributes to update
> + * @return The modified router
> + */
> + @Named("router:update")
> + @PUT
Is a `@Produces` annotation be needed here?
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs-openstack/pull/111/files#r14010996