schemas/importIntoApplicationOptions.json in losant_rest-1.16.3 vs schemas/importIntoApplicationOptions.json in losant_rest-1.16.5
- old
+ new
@@ -14,14 +14,19 @@
},
"conflictBehavior": {
"type": "string",
"enum": [
"create",
- "error"
+ "error",
+ "retain"
],
"default": "create"
},
+ "dryRun": {
+ "type": "boolean",
+ "default": false
+ },
"include": {
"type": "array",
"items": {
"enum": [
"ApplicationCertificateAuthority",
@@ -38,9 +43,10 @@
"ExperienceVersion",
"ExperienceView",
"File",
"FlowVersion",
"Flow",
+ "Global",
"Integration",
"Notebook",
"Webhook"
]
},
\ No newline at end of file