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. |
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" |