|
|
@@ -5,5 +5,5 @@ doing the cluster operation `start` . Affected endpoints:
|
|
|
* [cluster] `/bridges/:id/:operation`,
|
|
|
* [node] `/nodes/:node/bridges/:id/:operation`, where `operation` is one of
|
|
|
`[start|stop|restart]`.
|
|
|
-Moreover, for a node operation, we check if node name is in our cluster and
|
|
|
+Moreover, for a node operation, EMQX checks if node name is in our cluster and
|
|
|
return `404` instead of `501`.
|