Skip to content

Commit

Permalink
Update der Dokudatei(en)
Browse files Browse the repository at this point in the history
  • Loading branch information
twessendorf committed Apr 23, 2024
1 parent 31238f6 commit 9b737b1
Show file tree
Hide file tree
Showing 3 changed files with 29 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.69</p>
<p><em>Version</em> : 2.70</p>
</div>
</div>
<div class="sect2">
Expand Down Expand Up @@ -7673,6 +7673,18 @@ <h3 id="_darlehen">Darlehen</h3>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>produktFeatures</strong><br>
<em>optional</em></p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>list of features specific to the credit product</p>
</div></div></td>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p>&lt; enum (KONTO_CHECK, ONE_CLICK) &gt; array</p>
</div></div></td>
</tr>
<tr>
<td class="tableblock halign-left valign-middle"><div class="content"><div class="paragraph">
<p><strong>produktId</strong><br>
<em>optional</em></p>
</div></div></td>
Expand Down Expand Up @@ -14063,7 +14075,7 @@ <h3 id="_zahlungsplan">zahlungsplan</h3>
<div id="footer">
<div id="footer-text">
Version unspecified<br>
Last updated 2024-04-03 15:38:27 +0200
Last updated 2024-04-23 09:03:38 +0200
</div>
</div>
</body>
Expand Down
7 changes: 6 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.69",
"version": "2.70",
"title": "Anträge API",
"contact": {
"name": "Europace AG",
Expand Down Expand Up @@ -2113,6 +2113,11 @@
"description": "Additional lender-specific data. Only populated in specific use cases when you sell your own credit products.",
"additionalProperties": { "type": "object" }
},
"produktFeatures": {
"type": "array",
"description": "list of features specific to the credit product",
"items": { "type": "string", "enum": ["KONTO_CHECK", "ONE_CLICK"] }
},
"produktId": {
"type": "string",
"description": "lender-specific identifier of the credit product"
Expand Down
10 changes: 9 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.69"
version: "2.70"
title: Anträge API
contact:
name: Europace AG
Expand Down Expand Up @@ -1981,6 +1981,14 @@ definitions:
additionalProperties:
type: object
properties: {}
produktFeatures:
type: array
description: list of features specific to the credit product
items:
type: string
enum:
- KONTO_CHECK
- ONE_CLICK
produktId:
type: string
description: lender-specific identifier of the credit product
Expand Down

0 comments on commit 9b737b1

Please sign in to comment.