From commits-return-10474-archive-asf-public=cust-asf.ponee.io@fineract.apache.org Fri Jun 19 22:04:15 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id C122318066B for ; Sat, 20 Jun 2020 00:04:14 +0200 (CEST) Received: (qmail 23524 invoked by uid 500); 19 Jun 2020 22:04:14 -0000 Mailing-List: contact commits-help@fineract.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@fineract.apache.org Delivered-To: mailing list commits@fineract.apache.org Received: (qmail 23460 invoked by uid 99); 19 Jun 2020 22:04:13 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Jun 2020 22:04:13 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 96058890B7; Fri, 19 Jun 2020 22:04:13 +0000 (UTC) Date: Fri, 19 Jun 2020 22:04:16 +0000 To: "commits@fineract.apache.org" Subject: [fineract] 03/03: modification in glim_approval in apiLive.htm MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: vorburger@apache.org In-Reply-To: <159260425322.32142.8135852617197880486@gitbox.apache.org> References: <159260425322.32142.8135852617197880486@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: fineract X-Git-Refname: refs/heads/develop X-Git-Reftype: branch X-Git-Rev: 00a8feea8fe85e0dd51804f73bb6f40c6001f8f5 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20200619220413.96058890B7@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. vorburger pushed a commit to branch develop in repository https://gitbox.apache.org/repos/asf/fineract.git commit 00a8feea8fe85e0dd51804f73bb6f40c6001f8f5 Author: rrpawar96 AuthorDate: Fri Jun 19 02:27:14 2020 +0530 modification in glim_approval in apiLive.htm --- fineract-provider/src/main/resources/static/api-docs/apiLive.htm | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/fineract-provider/src/main/resources/static/api-docs/apiLive.htm b/fineract-provider/src/main/resources/static/api-docs/apiLive.htm index 56636cc..129b099 100644 --- a/fineract-provider/src/main/resources/static/api-docs/apiLive.htm +++ b/fineract-provider/src/main/resources/static/api-docs/apiLive.htm @@ -12210,7 +12210,7 @@ Request Body:
Mandatory Fields
- loanId, approvedOnDate, dateFormat, locale + loanId, approvedOnDate, dateFormat, locale, glimPrincipal @@ -12230,7 +12230,9 @@ Request Body: "dateFormat":"dd MMMM yyyy", "locale":"en" } - ] + ], +"glimPrincipal":1000, +"locale"="en" }