Skip to content

Commit

Permalink
Release 1.4.30 - Update Produktanbieter-IDs to version 1.1119 (#179)
Browse files Browse the repository at this point in the history
Release `1.4.30`

- Update Produktanbieter-IDs to version `1.1119`. This adds loan
provider `SPK_SCHWAEBISCH_HALL `.

Co-authored-by: europace <[email protected]>
  • Loading branch information
github-actions[bot] and europace authored Sep 8, 2023
1 parent b2343d2 commit 2c57d30
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 56 deletions.
2 changes: 1 addition & 1 deletion kundenangaben-openapi.json

Large diffs are not rendered by default.

19 changes: 10 additions & 9 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.4.29; 7329a71651f0fcb67220a109bc99ebae11f3fdf5
version: 1.4.30; 61a6f87c006886e873dca81c40cbdfa3f5356fb6
externalDocs:
url: https://developer.europace.de/api/baufismart-kundenangaben-api
servers:
Expand Down Expand Up @@ -47,6 +47,10 @@ paths:
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"200":
description: Kundenangaben für einen bestehenden Vorgang
headers:
Expand All @@ -57,10 +61,6 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/Kundenangaben'
"404":
$ref: '#/components/responses/NotFound'
"401":
$ref: '#/components/responses/Unauthorized'
"429":
$ref: '#/components/responses/TooManyRequests'
"403":
Expand Down Expand Up @@ -101,14 +101,14 @@ paths:
$ref: '#/components/schemas/UpdateKundenangabenRequest'
required: true
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"204":
description: Kundenangaben in einem bestehenden Vorgang überschrieben
headers:
X-TraceId:
$ref: '#/components/headers/tracingIdHeader'
style: simple
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"404":
$ref: '#/components/responses/NotFound'
"422":
Expand Down Expand Up @@ -152,8 +152,6 @@ paths:
$ref: '#/components/schemas/ImportKundenangabenRequest'
required: true
responses:
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"201":
description: Kundenangaben in neuen Vorgang importiert
headers:
Expand All @@ -164,6 +162,8 @@ paths:
application/json;version=1.0:
schema:
$ref: '#/components/schemas/KundenangabenImportResponse'
"503":
$ref: '#/components/responses/ServiceNotAvailable'
"422":
$ref: '#/components/responses/UnprocessableEntity'
"401":
Expand Down Expand Up @@ -4412,6 +4412,7 @@ components:
- SPK_SCHAUMBURG
- SPK_SCHEESSEL
- SPK_SCHWARZWALD_BAAR
- SPK_SCHWAEBISCH_HALL
- SPK_SCHWEINFURT_HAS
- SPK_SIEGEN
- SPK_SOEST
Expand Down
Loading

0 comments on commit 2c57d30

Please sign in to comment.