Skip to content

Commit

Permalink
Update der Dokudatei(en)
Browse files Browse the repository at this point in the history
  • Loading branch information
unstko committed May 10, 2024
1 parent faae005 commit 5899071
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 4 deletions.
16 changes: 14 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -602,7 +602,7 @@ <h2 id="_overview">Overview</h2>
<div class="sect2">
<h3 id="_version_information">Version information</h3>
<div class="paragraph">
<p><em>Version</em> : 2.70</p>
<p><em>Version</em> : 2.71</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -7398,6 +7398,18 @@ <h3 id="_darlehen">Darlehen</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>bausparSumme</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>number</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>bausparTarif</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -14075,7 +14087,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-04-23 09:03:38 +0200
Last updated 2024-05-07 14:11:31 +0200
</div>
</div>
</body>
Expand Down
6 changes: 5 additions & 1 deletion swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"description": "As a loan provider get all the data of your applications for highly effective validations and approvals.",
"version": "2.70",
"version": "2.71",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -2005,6 +2005,10 @@
"example": 100.0,
"description": "disbursement ratio"
},
"bausparSumme": {
"type": "number",
"description": "building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN"
},
"bausparTarif": {
"type": "string",
"description": "building savings tariff, only with darlehensTyp==BAUSPAR_DARLEHEN"
Expand Down
5 changes: 4 additions & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
swagger: "2.0"
info:
description: As a loan provider get all the data of your applications for highly effective validations and approvals.
version: "2.70"
version: "2.71"
title: Anträge API
contact:
name: Europace AG
Expand Down Expand Up @@ -1893,6 +1893,9 @@ definitions:
type: number
example: 100.0
description: disbursement ratio
bausparSumme:
type: number
description: "building savings amount, only with darlehensTyp==BAUSPAR_DARLEHEN"
bausparTarif:
type: string
description: "building savings tariff, only with darlehensTyp==BAUSPAR_DARLEHEN"
Expand Down

0 comments on commit 5899071

Please sign in to comment.