Aman-Mittal commented on code in PR #5198:
URL: https://github.com/apache/fineract/pull/5198#discussion_r2594871449


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/savings/api/SavingsAccountsApiResource.java:
##########
@@ -128,11 +134,25 @@ public String retrieveAll(@Context final UriInfo uriInfo,
             @QueryParam("offset") @Parameter(description = "offset") final 
Integer offset,
             @QueryParam("limit") @Parameter(description = "limit") final 
Integer limit,
             @QueryParam("orderBy") @Parameter(description = "orderBy") final 
String orderBy,
-            @QueryParam("sortOrder") @Parameter(description = "sortOrder") 
final String sortOrder) {
+            @QueryParam("sortOrder") @Parameter(description = "sortOrder") 
final String sortOrder,
+            @QueryParam("dateOfBirth") @Parameter(description = "dateOfBirth") 
final String dateOfBirth) {

Review Comment:
   Can you add this usage example in description also? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to