yapi-update-interface
Modify API interface details in YAPI by updating properties like title, path, method, parameters, headers, request/response schemas, and status.
Instructions
修改 YAPI 接口
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | 接口ID | |
| title | No | 接口标题 | |
| path | No | 接口路径 | |
| method | No | 请求方法 | |
| catid | No | 分类ID | |
| desc | No | 接口描述 | |
| status | No | 接口状态 | |
| req_body_type | No | 请求体类型 | |
| req_body_other | No | 请求体 JSON Schema | |
| req_body_form | No | 表单字段列表 | |
| req_headers | No | 请求头列表 | |
| req_params | No | 路径参数列表 | |
| req_query | No | Query 参数列表 | |
| res_body_type | No | 响应体类型 | |
| res_body | No | 响应体 JSON Schema |