We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eeeda5c commit 6756851Copy full SHA for 6756851
docs/content_management/data_migration/importing_data.md
@@ -515,7 +515,8 @@ When updating a content type, use:
515
[[= include_file('code_samples/data_migration/examples/discounts/discount_create.yaml') =]]
516
```
517
518
-- Use the `update` mode to modify an existing discount:
+- Use the `update` mode to modify an existing discount as in the example below.
519
+The provided conditions overwrite any already existing ones.
520
521
``` yaml
522
[[= include_file('code_samples/data_migration/examples/discounts/discount_update.yaml') =]]
0 commit comments