Apidog · Arazzo Workflow
Apidog Migrate Spec Between Projects
Version 1.0.0
Export the API specification from one Apidog project and import it into another.
View Spec
View on GitHub
AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatformArazzoWorkflows
Provider
Workflows
migrate-spec-between-projects
Copy an API specification from a source Apidog project to a target project.
Exports the source project as an OpenAPI document and imports the resulting document into the target project, returning the import resource counters.
1
exportSource
exportOpenApiData
Export the full API specification from the source project as an OpenAPI 3.0 JSON document.
2
importIntoTarget
importOpenApiData
Import the exported OpenAPI document into the target project, auto-merging any endpoints that already exist.