From 0427013e67a86d94f61eb01c1e28284fd42ff5a4 Mon Sep 17 00:00:00 2001 From: "Donald F. Coffin" Date: Mon, 29 Jul 2019 14:35:43 -0400 Subject: [PATCH] Add TODO to support wildcard bulkId. #279 --- .../espi/datacustodian/web/api/BatchRESTController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/java/org/greenbuttonalliance/espi/datacustodian/web/api/BatchRESTController.java b/src/main/java/org/greenbuttonalliance/espi/datacustodian/web/api/BatchRESTController.java index 27c8a9d0..c25ac96a 100644 --- a/src/main/java/org/greenbuttonalliance/espi/datacustodian/web/api/BatchRESTController.java +++ b/src/main/java/org/greenbuttonalliance/espi/datacustodian/web/api/BatchRESTController.java @@ -415,6 +415,7 @@ public void subscriptionUsagePointMember(HttpServletResponse response, */ @RequestMapping(value = Routes.BATCH_BULK_MEMBER, method = RequestMethod.GET, produces = "application/atom+xml") @ResponseBody + // TODO Add support for wildcard bulkId parameters public void bulk(HttpServletRequest request, HttpServletResponse response, @PathVariable Long bulkId, @RequestParam Map params) throws IOException, FeedException {