Postman · Arazzo Workflow
Postman Fork and Merge a Collection
Version 1.0.0
Fork a collection into a workspace, then merge the fork back into the source.
View Spec
View on GitHub
AI Agent BuilderAI AgentsAPI CatalogAPI ClientAPI DesignAPI DevelopmentAPI DocumentationAPI GovernanceAPI LifecycleAPI MonitoringAPI NetworkAPI PlatformAPI TestingAudit LogsAutomationCI/CDCollaborationCollectionsComplianceDiscoveryEnvironmentsFlowsGraphQLgRPCHTTPInsightsMCPMCP GeneratorMock ServersMockingMonitorsNewmanOpenAPIPlatformPrivate API NetworkPublic API NetworkSecret ScanningSpec HubSpecificationsSSOTestingVaultWebSocketWorkflowsWorkspacesArazzoWorkflows
Provider
Workflows
fork-and-merge-collection
Fork a source collection and merge the fork back into it.
Creates a workspace, forks the source collection into it, and merges the resulting fork back into the source collection using the supplied strategy.
1
createForkWorkspace
createWorkspace
Create a workspace to receive the forked collection.
2
forkCollection
forkCollection
Fork the source collection into the newly created workspace, keeping a link to the source for the later merge.
3
mergeFork
mergeCollection
Merge the forked collection back into the source collection using the requested strategy.
Source API Descriptions
openapi