get_endpoint_details
Retrieve detailed information about a specific API endpoint, including its HTTP method and path, to understand its functionality and usage within the API specification.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
apiId | Yes | ID of the loaded API | |
method | Yes | HTTP method (GET, POST, etc.) | |
natural | No | If true, returns a human-readable summary | |
path | Yes | API endpoint path |