spec: 补充 X-Tenant-Id Header 到 openapi.deps.yaml [AC-MCA-04]

This commit is contained in:
MerCry 2026-02-24 12:45:07 +08:00
parent 00f4e0cd1a
commit c32165df4d
1 changed files with 9 additions and 0 deletions

View File

@ -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: