Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dkoeni committed Jul 5, 2024
1 parent 69d26fd commit 829f5c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mortgageAPI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ paths:
post:
summary: Place a new mortgage application (serves as dossier)
description: |
Place a new application including all necessary information about the property and applicant's financial situation.
Place a new application including all necessary information about the property and applicant's financial situation.
**Note that in the case where the FI needs additional information on the property, the error response 400 must contain the minimum required JSON object (PropertyObject) as detail**.
tags:
- Mortgage Application
Expand Down Expand Up @@ -3456,7 +3456,6 @@ components:
type: string
example: f058ebd6-02f7-4d3f-942e-904344e8cde5

# ---- Responses - Standard----
responses:
standard201:
description: created
Expand Down Expand Up @@ -3586,4 +3585,3 @@ components:
application/problem+json:
schema:
$ref: '#/components/schemas/commonErrorResponse'
# ---- End Responses - Standard

0 comments on commit 829f5c2

Please sign in to comment.