schemas/flowVersionPost.json in losant_rest-1.11.0 vs schemas/flowVersionPost.json in losant_rest-1.11.1
- old
+ new
@@ -903,9 +903,20 @@
"flowError"
]
},
"config": {
"type": "object",
+ "properties": {
+ "scope": {
+ "type": "string",
+ "enum": [
+ "local",
+ "global",
+ "experience",
+ "cloud"
+ ]
+ }
+ },
"additionalProperties": false
},
"meta": {
"type": "object",
"properties": {
\ No newline at end of file