component-test/src/main/java/org/apache/fineract/cn/deposit/DepositApiDocumentation.java [415:426]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    "\n +" +
                                    "*enum* _Action_ {\n" +
                                    "    ACTIVATE,\n + " +
                                    "    DEACTIVATE\n + " +
                                    "  }"),
                            fieldWithPath("note").description("Note")
                    )));
  }

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



component-test/src/main/java/org/apache/fineract/cn/deposit/DepositApiDocumentation.java [444:455]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    requestFields(
                            fieldWithPath("action").description("Action " +
                                    "\n +" +
                                    "*enum* _Action_ {\n" +
                                    "    ACTIVATE,\n + " +
                                    "    DEACTIVATE\n + " +
                                    "  }"),
                            fieldWithPath("note").description("Note")
                    )));
  }

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



