From 93c517952aae52fae443eecb444ac32105114dfd Mon Sep 17 00:00:00 2001 From: Subho Ghosh <93722719+ighoshsubho@users.noreply.github.com> Date: Sun, 23 Jul 2023 18:11:15 +0530 Subject: [PATCH] Updated CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f7d9f1f7..9b742627 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -179,7 +179,7 @@ def simple_interest_rate(request: SimpleInterestRateRequest): +Update the Docs ``` |---------------------------|----------------------------------------|---------------------------------------------------------| -| GET /simple_interest_rate | Calculate simple interest rates | - `amount_paid` (float): The amount paid. | +| POST /simple_interest_rate | Calculate simple interest rates | - `amount_paid` (float): The amount paid. | | | | - `principle_amount` (float): The principle amount. | | | | - `months` (int): The number of months. | ```