get_api_detail
Retrieve full details for any API endpoint by specifying project, path, and method to understand parameters, responses, and schemas from a Swagger/OpenAPI specification.
Instructions
获取指定接口的详细信息
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | API路径,如 /users/{id} | |
| method | Yes | HTTP方法,如 GET, POST | |
| projectName | Yes | 项目名称 |