update_experience
Modify an existing penetration testing knowledge base entry by updating only specified fields, with automatic redaction checks before saving.
Instructions
更新一条经验的字段(只更新传入的字段,未传字段保持不变)。修改前自动做脱敏校验。 参数: experience_id: 经验的 id title: 新标题(可选) detail: 新详情(可选) scenario_tags: 新标签列表(可选) tool_code: 新工具代码(可选) tool_type: 新工具类型(可选) status: 新状态(可选,approved/draft/rejected/deleted)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | ||
| detail | No | ||
| status | No | ||
| tool_code | No | ||
| tool_type | No | ||
| experience_id | Yes | ||
| scenario_tags | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |