Skip to content

Commit

Permalink
update-documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Sep 16, 2024
1 parent 6dfe59e commit 386db19
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 71 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

25 changes: 14 additions & 11 deletions kundenangaben-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ info:
name: Europace AG
url: http://developer.europace.de
email: [email protected]
version: 1.5.17; 74d75cf9b59ebc8de0f267acf2b8e4d64dfae4e9
version: 1.5.18; b71ade3a515804268e48d5a1c0fc5eb459d0cf25
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -51,8 +51,6 @@ paths:
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -63,6 +61,8 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"409":
Expand Down Expand Up @@ -101,6 +101,12 @@ paths:
$ref: '#/components/schemas/UpdateKundenangabenRequest'
required: true
responses:
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
Expand All @@ -111,12 +117,6 @@ paths:
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"403":
$ref: '#/components/responses/Forbidden'
"409":
Expand Down Expand Up @@ -154,8 +154,6 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -166,6 +164,8 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
Expand Down Expand Up @@ -4403,6 +4403,7 @@ components:
- RB_NEUMARKT_I_D_OPF
- RB_OBERPFALZ_SUED
- RB_WERRATAL_LANDECK
- RB_WERRATAL_LANDECK_RATENKREDIT
- RBS
- RDS_BANK
- RHEINGAUER_VB
Expand Down Expand Up @@ -5680,6 +5681,8 @@ components:
properties:
tilgungsersatzProduktId:
type: string
description: "schreibend: ID des Tilgungsersatzprodukts (bestehender Bausparvertrag\
\ oder Versicherung; lesend: interne eindeutige ID)"
bausparwunsch:
$ref: '#/components/schemas/Bauspardarlehen'
TilgungInProzent:
Expand Down
Loading

0 comments on commit 386db19

Please sign in to comment.