I am struggling with Lists as method parameters at Google Cloud Endpoints.
The documentations says that
The supported parameter types are the foll
Please add @Nullable annotation to your method, that will turn your collection-type parameter from a path into a query parameter.
https://developers.google.com/appengine/docs/java/endpoints/annotations#nullable