schemas/notebookExecutionLogs.json in losant_rest-1.16.6 vs schemas/notebookExecutionLogs.json in losant_rest-1.17.0
- old
+ new
@@ -33,10 +33,12 @@
"enum": [
"queued",
"inProgress",
"completed",
"errored",
- "timeout"
+ "timeout",
+ "canceling",
+ "canceled"
]
},
"executionRelativeTo": {
"type": "string",
"format": "date-time"
\ No newline at end of file