From 485673349ebebc4f7a7031faad34112ca5f2c91e Mon Sep 17 00:00:00 2001 From: Azeez Muibi Date: Thu, 24 Apr 2025 12:47:52 +0100 Subject: [PATCH] update --- app/swagger/paths/Repayment.json | 56 -------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 app/swagger/paths/Repayment.json diff --git a/app/swagger/paths/Repayment.json b/app/swagger/paths/Repayment.json deleted file mode 100644 index e88d18c..0000000 --- a/app/swagger/paths/Repayment.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "post": { - "tags": [ - "Repayment" - ], - "summary": "Repayment Request", - "description": "Repayment Request", - "operationId": "Repayment", - "requestBody": { - "required": true, - "content": { - "application/json": { - "schema": { - "$ref": "../schemas/RepaymentRequest.json" - } - }, - "application/xml": { - "schema": { - "$ref": "../schemas/RepaymentRequest.json" - } - }, - "application/x-www-form-urlencoded": { - "schema": { - "$ref": "../schemas/RepaymentRequest.json" - } - } - } - }, - "responses": { - "200": { - "description": "Repayment Successful", - "content": { - "application/json": { - "schema": { - "$ref": "../schemas/RepaymentResponse.json" - } - }, - "application/xml": { - "schema": { - "$ref": "../schemas/RepaymentResponse.json" - } - } - } - }, - "400": { - "description": "Invalid request" - }, - "422": { - "description": "Validation exception" - }, - "500": { - "description": "Internal server error" - } - } - } -} \ No newline at end of file