diff --git a/changes/ce/fix-10107.en.md b/changes/ce/fix-10107.en.md index ee972faf3..1bcbbad60 100644 --- a/changes/ce/fix-10107.en.md +++ b/changes/ce/fix-10107.en.md @@ -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`. diff --git a/changes/ce/fix-10107.zh.md b/changes/ce/fix-10107.zh.md index 71695096e..e541a834f 100644 --- a/changes/ce/fix-10107.zh.md +++ b/changes/ce/fix-10107.zh.md @@ -5,4 +5,4 @@ * [cluster] `/bridges/:id/:operation`, * [node] `/nodes/:node/bridges/:id/:operation`, 其中 `operation` 是 `[start|stop|restart]` 之一。 -此外,对于节点操作,我们将检查节点是否存在于集群中,如果不在,则会返回`404`,而不再是`501`。 +此外,对于节点操作,EMQX 将检查节点是否存在于集群中,如果不在,则会返回`404`,而不再是`501`。