Apidog · Arazzo Workflow
Apidog Promote Spec Between Branches
Version 1.0.0
Export a spec from one sprint branch and import it into another branch of the same project.
View Spec
View on GitHub
AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatformArazzoWorkflows
Provider
Workflows
promote-spec-between-branches
Promote a specification from one sprint branch to another in the same project.
Exports the API specification from the source branch, then imports it into the target branch of the same project.
1
exportSourceBranch
exportOpenApiData
Export the API specification from the source sprint branch as an OpenAPI 3.0 JSON document.
2
importTargetBranch
importOpenApiData
Import the exported document into the target sprint branch, auto-merging endpoints that already exist there.