Merge pull request #10047 from sstrigler/EMQX-9056-add-missing-changelog

EMQX-9056 add missing changelog
This commit is contained in:
Stefan Strigler 2023-03-01 13:36:55 +01:00 committed by GitHub
commit 1b305e66ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
Fix return type structure for error case in API schema for `/gateways/:name/clients`.

View File

@ -0,0 +1 @@
修复 API `/gateways/:name/clients` 返回值的类型结构错误。

View File

@ -0,0 +1 @@
In dashboard API for `/monitor(_current)/nodes/:node` return `404` instead of `400` if node does not exist.

View File

@ -0,0 +1 @@
如果 API 查询的节点不存在,将会返回 404 而不再是 400。