make operation ids unique
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-07-26 18:02:58 +02:00
parent 038aa937e5
commit 3fe18d028d
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047
1 changed files with 4 additions and 4 deletions

View File

@ -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: