From 3fe18d028d8d2b4d185a90a717ef8df6b865c0ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 26 Jul 2020 18:02:58 +0200 Subject: [PATCH] make operation ids unique --- birbnetes.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/birbnetes.yml b/birbnetes.yml index 5184c9f..5146e65 100644 --- a/birbnetes.yml +++ b/birbnetes.yml @@ -206,13 +206,13 @@ channels: subscribe: summary: Recieve device status messages of device description: Operation faliure or device status information - operationId: recieveStatusMessage + operationId: recieveDeviceStatusMessage message: $ref: '#/components/messages/statusmessage' publish: summary: Send status messages of device description: Send operational messages of a device to interested parties - operationId: sendStatusMessage + operationId: sendDeviceStatusMessage message: $ref: '#/components/messages/statusmessage' device/status/{deviceID}/{sensorID}: @@ -236,13 +236,13 @@ channels: subscribe: summary: Recieve device status messages of sensor description: Operation faliure or sensor status information - operationId: recieveStatusMessage + operationId: recieveSensorStatusMessage message: $ref: '#/components/messages/statusmessage' publish: summary: Send status messages of sensor description: Send operational messages of a sensor to interested parties - operationId: sendStatusMessage + operationId: sendSensorStatusMessage message: $ref: '#/components/messages/statusmessage' components: