schemas/eventPlusNewCount.json in losant_rest-1.19.0 vs schemas/eventPlusNewCount.json in losant_rest-1.19.1
- old
+ new
@@ -126,9 +126,17 @@
"comment": {
"type": "string",
"maxLength": 32767
},
"data": {},
+ "state": {
+ "type": "string",
+ "enum": [
+ "new",
+ "acknowledged",
+ "resolved"
+ ]
+ },
"stateChange": {
"type": "object",
"properties": {
"old": {
"type": "string",
\ No newline at end of file