schemas/webhookPatch.json in losant_rest-1.19.8 vs schemas/webhookPatch.json in losant_rest-1.19.9

- old
+ new

@@ -41,9 +41,22 @@ "type": "string", "maxLength": 255 }, "isWebsocket": { "type": "boolean" + }, + "castBuffersAs": { + "type": "string", + "enum": [ + "array", + "binary", + "utf8", + "base64", + "hex" + ] + }, + "annotateMultipart": { + "type": "boolean" } }, "additionalProperties": false } \ No newline at end of file