From c32165df4d6254975bf31717f8608f417c757c2d Mon Sep 17 00:00:00 2001 From: MerCry Date: Tue, 24 Feb 2026 12:45:07 +0800 Subject: [PATCH] =?UTF-8?q?spec:=20=E8=A1=A5=E5=85=85=20X-Tenant-Id=20Head?= =?UTF-8?q?er=20=E5=88=B0=20openapi.deps.yaml=20[AC-MCA-04]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spec/ai-robot/openapi.deps.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spec/ai-robot/openapi.deps.yaml b/spec/ai-robot/openapi.deps.yaml index d9ec669..5d89765 100644 --- a/spec/ai-robot/openapi.deps.yaml +++ b/spec/ai-robot/openapi.deps.yaml @@ -37,6 +37,15 @@ paths: - AC-MCA-05 - AC-MCA-06 - AC-MCA-07 + parameters: + - name: X-Tenant-Id + in: header + required: true + schema: + type: string + minLength: 1 + maxLength: 64 + description: 租户ID,用于多租户场景下的租户标识 requestBody: required: true content: