chore: add changelog for PR 10014

This commit is contained in:
Stefan Strigler 2023-03-01 12:49:21 +01:00
parent d0f43bead3
commit c9f8e3ca03
2 changed files with 2 additions and 0 deletions

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。