From bc1750703a195f11cc2ba0490d43b14cf1a1b686 Mon Sep 17 00:00:00 2001 From: Stefan Strigler Date: Wed, 1 Mar 2023 12:51:13 +0100 Subject: [PATCH] chore: add changelog for PR 10013 --- changes/ce/fix-10013.en.md | 1 + changes/ce/fix-10013.zh.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changes/ce/fix-10013.en.md create mode 100644 changes/ce/fix-10013.zh.md diff --git a/changes/ce/fix-10013.en.md b/changes/ce/fix-10013.en.md new file mode 100644 index 000000000..ed7fa21eb --- /dev/null +++ b/changes/ce/fix-10013.en.md @@ -0,0 +1 @@ +Fix return type structure for error case in API schema for `/gateways/:name/clients`. diff --git a/changes/ce/fix-10013.zh.md b/changes/ce/fix-10013.zh.md new file mode 100644 index 000000000..171b79538 --- /dev/null +++ b/changes/ce/fix-10013.zh.md @@ -0,0 +1 @@ +修复 API `/gateways/:name/clients` 返回值的类型结构错误。