apidog_pipeline
Run a 3-step pipeline to wipe an Apidog module, create cases from structured data, and overlay an OpenAPI spec in batches. Accepts file paths or inline data.
Instructions
Run the proven 3-step pipeline: (1) wipe module, (2) create cases from structured data, (3) overlay enriched OpenAPI spec in batches. Accepts file paths or inline data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cases | No | Structured endpoint cases to create in step 2 | |
| module | Yes | Module name | |
| project | No | Project name. Required when multiple projects are configured, optional otherwise. | |
| batchSize | No | Paths per import batch for step 3 (default 15) | |
| openapiSpec | No | OpenAPI spec as JSON object | |
| openapiSpecPath | No | Path to enriched OpenAPI spec JSON file |