Validate a route against Routes.php
validate_routeChecks route paths for conflicts with existing routes and verifies kebab-case {param} syntax, ensuring valid route definitions before implementation.
Instructions
Verifies (read-only) that a route does not collide with the routes registered in app/Config/Routes.php and follows the framework's kebab-case {param} syntax. Never modifies files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| method | Yes |