testneo_api_project_openapi_impact
Analyze how API test cases are affected by a new or stored OpenAPI specification. Detect test failures and flag impacted tests using impact analysis.
Instructions
Run OpenAPI impact analysis for API (non-web) test cases against a new or stored spec. Pass openapi_spec to diff an inline revision, or omit to analyze using the spec already saved on the project. Guarded: allow-write + confirm=true (service may flag tests). Backend: POST /api/v1/projects/{id}/openapi-impact.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| openapi_spec | No | ||
| auto_flag | No | ||
| business_rules | No | ||
| confirm | No | ||
| idempotency_key | No |