Skip to content

Commit

Permalink
TeamCity Migration Test
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Nov 22, 2024
1 parent 6ba7fcf commit 530346b
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 157 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

25 changes: 13 additions & 12 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.22; ff18abbe4873289fb04380919953f05130f225c2
version: 1.5.22; 6645ab31729b5cabedd1339ef17c219e4604d030
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -154,6 +154,14 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -164,14 +172,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"400":
Expand Down Expand Up @@ -1561,9 +1561,6 @@ components:
- '@type'
type: object
properties:
id:
type: string
description: Eindeutige interne ID
darlehensgeber:
oneOf:
- $ref: '#/components/schemas/ProduktanbieterDarlehensgeber'
Expand All @@ -1588,6 +1585,9 @@ components:
darlehenskontonummer:
type: string
description: IBAN des Darlehenskontos
id:
type: string
description: Eindeutige interne ID
darlehensbetrag:
type: number
format: double
Expand Down Expand Up @@ -4475,6 +4475,7 @@ components:
- RB_ALTDORF_FEUCHT
- RB_AUGSBURGERL_WEST
- RB_BAD_KOETZTING
- RB_ELBMARSCH
- RB_IM_KREIS_CALW
- RB_KISSING_MERING
- RB_NEUMARKT_I_D_OPF
Expand Down
Loading

0 comments on commit 530346b

Please sign in to comment.