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