-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release 3.0.1 - Add new KfW-Program 308 (#115)
Release `3.0.1` - Add new KfW program 308
- Loading branch information
Showing
3 changed files
with
3,208 additions
and
3,206 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ | |
"url" : "https://developer.europace.de", | ||
"email" : "[email protected]" | ||
}, | ||
"version" : "3.0.0" | ||
"version" : "3.0.1" | ||
}, | ||
"externalDocs" : { | ||
"url" : "https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/" | ||
|
@@ -1876,9 +1876,6 @@ | |
} | ||
} | ||
}, | ||
"204" : { | ||
"description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt." | ||
}, | ||
"200" : { | ||
"description" : "Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter der Url im 'location' Header abrufbar.", | ||
"content" : { | ||
|
@@ -1889,6 +1886,9 @@ | |
} | ||
} | ||
}, | ||
"204" : { | ||
"description" : "Basierend auf dem Parameter gibt es keinen zurückzugebenden Inhalt." | ||
}, | ||
"401" : { | ||
"description" : "Unauthorized", | ||
"content" : { | ||
|
@@ -2013,22 +2013,22 @@ | |
} | ||
} ], | ||
"responses" : { | ||
"200" : { | ||
"description" : "Die Ergebnisliste wurde gefunden.", | ||
"404" : { | ||
"description" : "Not Found", | ||
"content" : { | ||
"application/json" : { | ||
"schema" : { | ||
"$ref" : "#/components/schemas/Ergebnisliste" | ||
"$ref" : "#/components/schemas/Error" | ||
} | ||
} | ||
} | ||
}, | ||
"404" : { | ||
"description" : "Not Found", | ||
"200" : { | ||
"description" : "Die Ergebnisliste wurde gefunden.", | ||
"content" : { | ||
"application/json" : { | ||
"schema" : { | ||
"$ref" : "#/components/schemas/Error" | ||
"$ref" : "#/components/schemas/Ergebnisliste" | ||
} | ||
} | ||
} | ||
|
@@ -4511,7 +4511,7 @@ | |
}, | ||
"kfwProgramm" : { | ||
"type" : "string", | ||
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ] | ||
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ] | ||
}, | ||
"sollZins" : { | ||
"type" : "number" | ||
|
@@ -6396,7 +6396,7 @@ | |
"kfwProgramm" : { | ||
"type" : "string", | ||
"description" : "Programm 261 wird nur noch in der Sanierungsvariante, die Programme 141, 151, 152, 153, 155, 167 und 262 werden gar nicht mehr angeboten", | ||
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_358", "PROGRAMM_359" ] | ||
"enum" : [ "PROGRAMM_124", "PROGRAMM_141", "PROGRAMM_151", "PROGRAMM_152", "PROGRAMM_153", "PROGRAMM_155", "PROGRAMM_159", "PROGRAMM_167", "PROGRAMM_261", "PROGRAMM_262", "PROGRAMM_297", "PROGRAMM_298", "PROGRAMM_300", "PROGRAMM_308", "PROGRAMM_358", "PROGRAMM_359" ] | ||
}, | ||
"kfwEnergieEffizienzStandard" : { | ||
"type" : "string", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ info: | |
name: Europace AG | ||
url: https://developer.europace.de | ||
email: [email protected] | ||
version: 3.0.0 | ||
version: 3.0.1 | ||
externalDocs: | ||
url: https://docs.api.europace.de/baufinanzierung/angebote/angebote-api/ | ||
servers: | ||
|
@@ -1246,16 +1246,16 @@ paths: | |
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Error' | ||
"204": | ||
description: Basierend auf dem Parameter gibt es keinen zurückzugebenden | ||
Inhalt. | ||
"200": | ||
description: Die Ermittlung wurde erzeugt und ist maximal eine Stunde unter | ||
der Url im 'location' Header abrufbar. | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Ergebnisliste' | ||
"204": | ||
description: Basierend auf dem Parameter gibt es keinen zurückzugebenden | ||
Inhalt. | ||
"401": | ||
description: Unauthorized | ||
content: | ||
|
@@ -1339,18 +1339,18 @@ paths: | |
pattern: "^[A-Z0-9]{6}" | ||
type: string | ||
responses: | ||
"200": | ||
description: Die Ergebnisliste wurde gefunden. | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Ergebnisliste' | ||
"404": | ||
description: Not Found | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Error' | ||
"200": | ||
description: Die Ergebnisliste wurde gefunden. | ||
content: | ||
application/json: | ||
schema: | ||
$ref: '#/components/schemas/Ergebnisliste' | ||
"401": | ||
description: Unauthorized | ||
content: | ||
|
@@ -3027,6 +3027,7 @@ components: | |
- PROGRAMM_297 | ||
- PROGRAMM_298 | ||
- PROGRAMM_300 | ||
- PROGRAMM_308 | ||
- PROGRAMM_358 | ||
- PROGRAMM_359 | ||
sollZins: | ||
|
@@ -5159,6 +5160,7 @@ components: | |
- PROGRAMM_297 | ||
- PROGRAMM_298 | ||
- PROGRAMM_300 | ||
- PROGRAMM_308 | ||
- PROGRAMM_358 | ||
- PROGRAMM_359 | ||
kfwEnergieEffizienzStandard: | ||
|
Oops, something went wrong.