Merge pull request #10047 from sstrigler/EMQX-9056-add-missing-changelog
EMQX-9056 add missing changelog
This commit is contained in:
commit
1b305e66ab
|
@ -0,0 +1 @@
|
|||
Fix return type structure for error case in API schema for `/gateways/:name/clients`.
|
|
@ -0,0 +1 @@
|
|||
修复 API `/gateways/:name/clients` 返回值的类型结构错误。
|
|
@ -0,0 +1 @@
|
|||
In dashboard API for `/monitor(_current)/nodes/:node` return `404` instead of `400` if node does not exist.
|
|
@ -0,0 +1 @@
|
|||
如果 API 查询的节点不存在,将会返回 404 而不再是 400。
|
Loading…
Reference in New Issue