Skip to content

Commit

Permalink
Release 1.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
europace committed Apr 4, 2024
1 parent 6431291 commit dfd043d
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 76 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

35 changes: 18 additions & 17 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.3; 052f008e5b7e286d2c3b27807ad7bac6dfbe5fd6
version: 1.5.4; 564aa16ea07e8cc35830eea99db70b1476bbfede
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -45,6 +45,10 @@ paths:
schema:
type: string
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -55,10 +59,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
Expand Down Expand Up @@ -152,6 +152,16 @@ paths:
$ref: '#/components/schemas/ImportKundenangabenRequest'
required: true
responses:
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
Expand All @@ -164,16 +174,6 @@ paths:
$ref: '#/components/responses/Forbidden'
"409":
$ref: '#/components/responses/Conflict'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
content:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"400":
$ref: '#/components/responses/BadRequest'
security:
Expand Down Expand Up @@ -748,11 +748,11 @@ components:
- LBS_NORD_N_MODERNISIERER_MX
- LBS_NORD_CLASSIC_GU
- LBS_NORD_CLASSIC_GV
- LBS_NORD_CLASSIC_MINI_GM
- LBS_NORD_CLASSIC_TF_GF
- LBS_NORD_CLASSIC_JC
- LBS_NORD_CLASSIC_JV
- LBS_NORD_CLASSIC_MINI
- LBS_NORD_CLASSIC_MINI_GM
- LBS_NORD_CLASSIC_TF_GF
- LBS_NORD_CLASSIC_TF_JF
- LBS_NORD_PLUS
- LBS_NORD_FINANZIERER_F3_2016
Expand Down Expand Up @@ -4046,6 +4046,7 @@ components:
- KSK_MUENCHEN_STARNBERG_EBERSBERG
- KSK_NORDHAUSEN
- KSK_NORDHORN
- KSK_NORTHEIM
- KSK_OSTERHOLZ
- KSK_PEINE
- KSK_RATZEBURG
Expand Down
Loading

0 comments on commit dfd043d

Please sign in to comment.