diff --git a/src/main/resources/api/geodateneai.json b/src/main/resources/api/geodateneai.json index 3ad74eb9..2974a60a 100644 --- a/src/main/resources/api/geodateneai.json +++ b/src/main/resources/api/geodateneai.json @@ -22,7 +22,7 @@ }, { "name": "MessstelleOptionsmenuController", - "description": "API für Abfragen zum Tagesaggregat beim Messquerschnitt" + "description": "API für Abfragen zum vorbefüllen des OptionsMenues" }, { "name": "Messstelle", @@ -52,22 +52,22 @@ "required": true }, "responses": { - "200": { - "description": "Stadtbezirke erfolgreich abgefragt.", + "500": { + "description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.", "content": { "*/*": { "schema": { - "$ref": "#/components/schemas/FeatureCollectionDtoFeatureDtoStadtbezirkDto" + "$ref": "#/components/schemas/InformationResponseDto" } } } }, - "500": { - "description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.", + "200": { + "description": "Stadtbezirke erfolgreich abgefragt.", "content": { "*/*": { "schema": { - "$ref": "#/components/schemas/InformationResponseDto" + "$ref": "#/components/schemas/FeatureCollectionDtoFeatureDtoStadtbezirkDto" } } } @@ -209,22 +209,22 @@ } ], "responses": { - "200": { - "description": "Nicht Plausible Tage erfolgreich abgefragt.", + "500": { + "description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.", "content": { "*/*": { "schema": { - "$ref": "#/components/schemas/NichtPlausibleTageDto" + "$ref": "#/components/schemas/InformationResponseDto" } } } }, - "500": { - "description": "Bei der Erstellung oder Durchführung des Requests ist ein Fehler aufgetreten.", + "200": { + "description": "Nicht Plausible Tage erfolgreich abgefragt.", "content": { "*/*": { "schema": { - "$ref": "#/components/schemas/InformationResponseDto" + "$ref": "#/components/schemas/NichtPlausibleTageDto" } } } @@ -363,10 +363,10 @@ "flaecheQm": { "type": "number" }, - "xcoordinate": { + "ycoordinate": { "type": "number" }, - "ycoordinate": { + "xcoordinate": { "type": "number" } } @@ -745,11 +745,11 @@ "type": "integer", "format": "int32" }, - "xcoordinate": { + "ycoordinate": { "type": "number", "format": "double" }, - "ycoordinate": { + "xcoordinate": { "type": "number", "format": "double" } @@ -799,11 +799,11 @@ "$ref": "#/components/schemas/MessquerschnittDto" } }, - "xcoordinate": { + "ycoordinate": { "type": "number", "format": "double" }, - "ycoordinate": { + "xcoordinate": { "type": "number", "format": "double" }