Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from publish/MTV-8751-update-documentation #215

Merged
merged 1 commit into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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