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


##########
fineract-provider/src/main/java/org/apache/fineract/portfolio/group/api/GroupsApiResource.java:
##########
@@ -420,69 +436,93 @@ public String delete(@PathParam("groupId") 
@Parameter(description = "groupId") f
             + "Allows you to update the member Role.\n\n" + "Mandatory Fields: 
role\n\n"
             + "Showing request/response for Transfer Clients across groups")
     @RequestBody(required = true, content = @Content(schema = 
@Schema(implementation = 
GroupsApiResourceSwagger.PostGroupsGroupIdRequest.class)))
-    @ApiResponse(responseCode = "200", description = "OK", content = 
@Content(schema = @Schema(implementation = 
GroupsApiResourceSwagger.PostGroupsGroupIdResponse.class)))
-    public String activateOrGenerateCollectionSheet(@PathParam("groupId") 
@Parameter(description = "groupId") final Long groupId,
+    @ApiResponse(responseCode = "200", description = "OK")
+    public Object activateOrGenerateCollectionSheet(@PathParam("groupId") 
@Parameter(description = "groupId") final Long groupId,

Review Comment:
   Use `CommandProcessingResult` rather...



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