register_endpoint
Register an API endpoint to monitor for schema changes. Provide name, url, and optionally method/headers/description.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | API URL to monitor | |
| body | No | Request body (for POST/PUT) | |
| name | Yes | Identifier for this endpoint | |
| method | No | HTTP method (default: GET) | |
| headers | No | Request headers | |
| description | No | Optional description |