schemas/webhooks.json in losant_rest-1.19.8 vs schemas/webhooks.json in losant_rest-1.19.9
- old
+ new
@@ -72,9 +72,22 @@
"type": "string",
"maxLength": 255
},
"isWebsocket": {
"type": "boolean"
+ },
+ "castBuffersAs": {
+ "type": "string",
+ "enum": [
+ "array",
+ "binary",
+ "utf8",
+ "base64",
+ "hex"
+ ]
+ },
+ "annotateMultipart": {
+ "type": "boolean"
}
}
}
},
"count": {
\ No newline at end of file