component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java [325:339]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    "" +
                                    "*enum* _Action_ { + \n" +
                                    "    ACTIVATE, + \n" +
                                    "    CLOSE, + \n" +
                                    "    REOPEN + \n" +
                                    "  }"),
                            fieldWithPath("note").description("Group NOte"),
                            fieldWithPath("createdBy").description("Assigned Employee to Group"),
                            fieldWithPath("createdOn").type("String").description("Date when group was created")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/group/GroupApiDocumentation.java [375:389]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    "" +
                                    "*enum* _Action_ { + \n" +
                                    "    ACTIVATE, + \n" +
                                    "    CLOSE, + \n" +
                                    "    REOPEN + \n" +
                                    "  }"),
                            fieldWithPath("note").description("Group NOte"),
                            fieldWithPath("createdBy").description("Assigned Employee to Group"),
                            fieldWithPath("createdOn").type("String").description("Date when group was created")
                    )));
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



