audit_versioning
Detect API versioning patterns in your project. Identifies path-based and header-based versioning, finds version gaps between routes, and flags inconsistent versioning across endpoints.
Instructions
Detect and audit API versioning patterns. Finds path-based (/v1/, /v2/) and header-based (X-API-Version) versioning, identifies version gaps (routes in v1 but not v2), and flags inconsistent versioning across endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectPath | Yes | Absolute path to the project root directory |