schemas/deviceRecipeBulkCreatePost.json in losant_rest-1.16.2 vs schemas/deviceRecipeBulkCreatePost.json in losant_rest-1.16.3
- old
+ new
@@ -16,9 +16,14 @@
},
"email": {
"type": "string",
"format": "email",
"maxLength": 1024
+ },
+ "callbackUrl": {
+ "type": "string",
+ "format": "uri",
+ "maxLength": 1024
}
},
"additionalProperties": false,
"required": [
"csv"
\ No newline at end of file