schemas/webhook.json in losant_rest-1.17.1 vs schemas/webhook.json in losant_rest-1.17.2
- old
+ new
@@ -25,9 +25,13 @@
"name": {
"type": "string",
"minLength": 1,
"maxLength": 255
},
+ "description": {
+ "type": "string",
+ "maxLength": 32767
+ },
"token": {
"type": "string",
"minLength": 1
},
"responseCode": {
\ No newline at end of file