Apidog · Arazzo Workflow
Apidog Consolidate Sources Into One Project
Version 1.0.0
Import an OpenAPI spec and a Postman Collection into one project, then export the merged result.
View Spec
View on GitHub
AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatformArazzoWorkflows
Provider
Workflows
consolidate-sources-into-project
Merge an OpenAPI spec and a Postman Collection into a single project and export it.
Imports the OpenAPI specification, then imports the Postman Collection into the same project, then exports the merged project as one OpenAPI document.
1
importOpenApi
importOpenApiData
Import the OpenAPI/Swagger specification into the project, auto-merging endpoints that already exist.
2
importPostman
importPostmanCollectionData
Import the Postman Collection into the same project, auto-merging endpoints that already exist.
3
exportMerged
exportOpenApiData
Export the consolidated project as a single OpenAPI 3.0 JSON document.