We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0082c5 commit e2dd517Copy full SHA for e2dd517
1 file changed
openapi.yaml
@@ -254,12 +254,12 @@ paths:
254
type: object
255
properties:
256
V_GEMESSENE_PARA_PLC:
257
- type: array
258
- items:
259
- $ref: '#/components/schemas/ParameterPLC'
+ type: array
+ items:
+ $ref: '#/components/schemas/ParameterPLC'
260
261
/V_MESSWERTE_PLC:
262
- post:
+ post:
263
operationId: list-messwerte-plc
264
summary: Liste aller Messwerte der gefilterten PLC Stationen
265
description: |
@@ -279,9 +279,9 @@ paths:
279
280
281
V_MESSWERTE_PLC:
282
283
284
- $ref: '#/components/schemas/MesswertPLC'
+ $ref: '#/components/schemas/MesswertPLC'
285
286
components:
287
schemas:
@@ -536,3 +536,4 @@ components:
536
- CW
537
- CS
538
- CF
539
+
0 commit comments