Apidog · Arazzo Workflow
Apidog Backup And Restore Project
Version 1.0.0
Export a project as a backup document, then branch to restore it into a recovery project only when the export succeeds.
View Spec
View on GitHub
AI CodingAPI DesignAPI LifecycleAPI TestingCollaborationDesign-FirstDocumentationMCPMockingPlatformArazzoWorkflows
Provider
Workflows
backup-and-restore-project
Export a project as a backup and conditionally restore it into a recovery project.
Exports the source project as an OpenAPI document, branches on the export success flag, and imports the backup into the recovery project when the backup succeeded.
1
backupExport
exportOpenApiData
Export the source project as a full OpenAPI 3.1 JSON document to serve as the backup payload.
2
restoreImport
importOpenApiData
Import the backup document into the recovery project, overwriting existing endpoints so the recovery project matches the backup exactly.