adamsaghy commented on code in PR #6100:
URL: https://github.com/apache/fineract/pull/6100#discussion_r3595598018


##########
fineract-provider/src/main/java/org/apache/fineract/commands/api/AuditsApiResource.java:
##########
@@ -66,6 +69,7 @@ public class AuditsApiResource {
             + "\n" + "Example Requests:\n" + "\n" + "audits\n" + "\n" + 
"audits?fields=madeOnDate,maker,processingResult\n" + "\n"
             + "audits?makerDateTimeFrom=2013-03-25 
08:00:00&makerDateTimeTo=2013-04-04 18:00:00\n" + "\n" + "audits?officeId=1\n" 
+ "\n"
             + "audits?officeId=1&includeJson=true")
+    @ApiResponse(responseCode = "200", description = "OK", content = 
@Content(schema = @Schema(implementation = 
AuditsApiResourceSwagger.PageGetAuditsResponse.class)))

Review Comment:
   At this point i think we cannot set `ApiResponse` and use the "String" for 
now till this decided how to handle.
   
   I would undo this change for now.
   
   However, please open a discussion about this on the Fineract DEV mail list 
and we can figure out how to handle there.



-- 
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