Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 2.87 KB

MergeCollectionForkRequest.md

File metadata and controls

22 lines (15 loc) · 2.87 KB

MergeCollectionForkRequest

Properties

Name Type Required Description
Destination string The destination (parent) collection's unique ID.
Source string The source collection's unique ID.
Strategy_ Strategy The fork's merge strategy: - deleteSource — Merge the changes into the parent collection. After the merge process is complete, Postman deletes the fork. You must have Editor access to both the parent and forked collections. - updateSourceWithDestination — Merge the changes into the parent collection. Any differences in the parent collection are also made to the fork.

Strategy

The fork's merge strategy: - deleteSource — Merge the changes into the parent collection. After the merge process is complete, Postman deletes the fork. You must have Editor access to both the parent and forked collections. - updateSourceWithDestination — Merge the changes into the parent collection. Any differences in the parent collection are also made to the fork.

Properties

Name Type Required Description
DeleteSource string "deleteSource"
UpdateSourceWithDestination string "updateSourceWithDestination"