generated from it-at-m/oss-repository-en-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: albrecht.schaenzel <[email protected]>
- Loading branch information
1 parent
7937f79
commit 3b9a087
Showing
2 changed files
with
4 additions
and
4 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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"title": "ISI Reporting EAI", | ||
"description": "ISI Reporting EAI - Service zum Befüllen der Metabase-DB", | ||
"contact": { "name": "ISI Management", "email": "[email protected]" }, | ||
"version": "1.3.0" | ||
"version": "1.4.0" | ||
}, | ||
"servers": [{ "url": "http://localhost:8088", "description": "Generated server url" }], | ||
"tags": [ | ||
|
@@ -196,13 +196,13 @@ | |
"required": true | ||
}, | ||
"responses": { | ||
"200": { "description": "ETL-Interface Aufruf erfolgreich" }, | ||
"555": { | ||
"description": "CUSTOM INTERNAL SERVER ERROR -> Bei der Ausführung des ETL-Interface-Requests ist ein serverseitiger Fehler aufgetreten.", | ||
"content": { | ||
"application/hal+json": { "schema": { "$ref": "#/components/schemas/InformationResponseDto" } } | ||
} | ||
}, | ||
"200": { "description": "ETL-Interface Aufruf erfolgreich" } | ||
} | ||
} | ||
} | ||
}, | ||
|
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