schemas/event.json in losant_rest-1.8.5 vs schemas/event.json in losant_rest-1.8.6
- old
+ new
@@ -26,11 +26,12 @@
"type": "string",
"enum": [
"flow",
"user",
"device",
- "apiToken"
+ "apiToken",
+ "notebook"
]
},
"sourceId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
@@ -71,10 +72,11 @@
"type": "string",
"enum": [
"flow",
"user",
"device",
- "apiToken"
+ "apiToken",
+ "notebook"
]
},
"sourceId": {
"type": "string",
"pattern": "^[A-Fa-f\\d]{24}$"
\ No newline at end of file