Explorar el Código

chore: add changelog for PR 10014

Stefan Strigler hace 3 años
padre
commit
c9f8e3ca03
Se han modificado 2 ficheros con 2 adiciones y 0 borrados
  1. 1 0
      changes/ce/fix-10014.en.md
  2. 1 0
      changes/ce/fix-10014.zh.md

+ 1 - 0
changes/ce/fix-10014.en.md

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

+ 1 - 0
changes/ce/fix-10014.zh.md

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