This is an automated email from the ASF dual-hosted git repository. awasum pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract-cn-group.git
commit c96cd337b8de383effceb2e134c08a1742ba11fc Author: kengneruphine <[email protected]> AuthorDate: Wed Aug 8 16:20:01 2018 +0100 modified endpoint for updateGroupDefinition --- .../apache/fineract/cn/group/rest/GroupDefinitionRestController.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java index d878938..5e6b92b 100644 --- a/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java +++ b/service/src/main/java/org/apache/fineract/cn/group/rest/GroupDefinitionRestController.java @@ -114,7 +114,7 @@ public class GroupDefinitionRestController { @Permittable(value = AcceptedTokenType.TENANT, groupId = PermittableGroupIds.DEFINITION) @RequestMapping( - value = "/definitions/{identifier}", + value = "/{identifier}", method = RequestMethod.PUT, produces = MediaType.APPLICATION_JSON_VALUE, consumes = MediaType.APPLICATION_JSON_VALUE
