schemas/webhooks.json in losant_rest-1.1.1 vs schemas/webhooks.json in losant_rest-1.1.2

- old
+ new

@@ -56,9 +56,17 @@ "type": "string", "maxLength": 32767 }, "waitForReply": { "type": "boolean" + }, + "basicAuthUsername": { + "type": "string", + "maxLength": 255 + }, + "basicAuthPassword": { + "type": "string", + "maxLength": 255 } } } }, "count": { \ No newline at end of file