Skip to content

Commit 1ac4b29

Browse files
author
Philipp Böschen
committed
Fix wrong return values
1 parent d616f92 commit 1ac4b29

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

openapi.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ paths:
7878
schema:
7979
type: object
8080
properties:
81-
STATION_SMALL:
81+
MV_PARAMETER:
8282
type: array
8383
items:
8484
$ref: '#/components/schemas/Parameter'
@@ -103,7 +103,7 @@ paths:
103103
schema:
104104
type: object
105105
properties:
106-
STATION_SMALL:
106+
MV_STATION_MSMNT:
107107
type: array
108108
items:
109109
$ref: '#/components/schemas/ParameterValue'
@@ -153,7 +153,7 @@ paths:
153153
schema:
154154
type: object
155155
properties:
156-
MV_PARAMETER_WASSER:
156+
MV_PARAMETER_BIOTA:
157157
type: array
158158
items:
159159
$ref: '#/components/schemas/Parameter'

0 commit comments

Comments
 (0)