get_endpoint_details
Retrieve comprehensive details about a specific API endpoint, including path and HTTP method, to streamline API development and integration processes.
Instructions
Get detailed information about a specific API endpoint
Input Schema
Name | Required | Description | Default |
---|---|---|---|
method | Yes | The HTTP method (GET, POST, PUT, DELETE, etc.) | |
path | Yes | The endpoint path to get details for (e.g., '/users/{id}') |