VictorPavfurious commented on code in PR #4388:
URL: https://github.com/apache/fineract/pull/4388#discussion_r1990018280
##########
fineract-provider/src/main/java/org/apache/fineract/commands/api/AuditsApiResource.java:
##########
@@ -156,43 +115,31 @@ public String retrieveAuditEntry(@PathParam("auditId")
@Parameter(description =
+ "\n" + "Example Requests:\n" + "\n" + "audits/searchtemplate\n"
+ "audits/searchtemplate?fields=actionNames")
@ApiResponses({
@ApiResponse(responseCode = "200", description = "OK", content =
@Content(schema = @Schema(implementation =
MakercheckersApiResourceSwagger.GetMakerCheckersSearchTemplateResponse.class)))
})
- public String retrieveAuditSearchTemplate(@Context final UriInfo uriInfo) {
-
+ public AuditSearchData retrieveAuditSearchTemplate() {
Review Comment:
Done.
--
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]