Feat: Flatten the request schema of the webhook #10427 (#11917)

### What problem does this PR solve?

Feat: Flatten the request schema of the webhook #10427

### Type of change


- [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
balibabu
2025-12-12 09:59:54 +08:00
committed by GitHub
parent 74afb8d710
commit a6bd765a02
10 changed files with 276 additions and 135 deletions

View File

@ -1802,6 +1802,9 @@ Tokenizer 会根据所选方式将内容存储为对应的数据结构。`,
basic: '基础认证',
bearer: '承载令牌',
apiKey: 'API密钥',
queryParameters: '查询参数',
headerParameters: '请求头参数',
requestBodyParameters: '请求体参数',
},
},
footer: {