testneo_swagger_impact_analysis
Analyze impact of a Swagger file revision by comparing it to the last snapshot, diffing endpoints, and identifying affected NLP tests. Automatically updates the baseline for future comparisons.
Instructions
Compare an uploaded Swagger revision against the last snapshot for a web project, diff endpoints, and list impacted swagger-sourced NLP tests. Persists the modified spec bytes for the next baseline. Guarded: allow-write + confirm=true. Backend: POST /api/web/v1/ai-test-gen/impact-analysis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| swagger_file_base64 | Yes | ||
| swagger_filename | Yes | ||
| confirm | No | ||
| idempotency_key | No |