component-test/src/main/java/org/apache/fineract/cn/provisioner/client/ClientsApiDocumentation.java [93:100]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("name").description("Client's name"),
                            fieldWithPath("description").description("Client's description"),
                            fieldWithPath("redirectUri").description("Client's Redirect URI"),
                            fieldWithPath("vendor").description("Client's vendor"),
                            fieldWithPath("homepage").description("Client's Homepage"))));
  }

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



component-test/src/main/java/org/apache/fineract/cn/provisioner/client/ClientsApiDocumentation.java [111:118]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                            fieldWithPath("name").description("Client's name"),
                            fieldWithPath("description").description("Client's description"),
                            fieldWithPath("redirectUri").description("Client's Redirect URI"),
                            fieldWithPath("vendor").description("Client's vendor"),
                            fieldWithPath("homepage").description("Client's Homepage"))));
  }

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



