get_endpoint_details
Retrieve detailed API endpoint specifications including parameters and responses from Swagger documentation to understand and implement API interactions.
Instructions
Get detailed information about a specific API endpoint
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The endpoint path to get details for (e.g., '/users/{id}') | |
| method | Yes | The HTTP method (GET, POST, PUT, DELETE, etc.) |