Fix spec of HandleBroadcastCustomMessage

This commit is contained in:
Juliane Holzt
2019-07-26 14:40:54 +02:00
parent ac26c9114a
commit 9c1871494e

View File

@ -234,8 +234,8 @@ HandlerResponse WSRequestHandler::HandleGetStats(WSRequestHandler* req) {
/**
* Broadcast custom message to all connected WebSocket clients
*
* @return {String} `realm` Identifier to be choosen by the client
* @return {Object} `data` User-defined data
* @param {String} `realm` Identifier to be choosen by the client
* @param {Object} `data` User-defined data
*
* @api requests
* @name BroadcastCustomMessage