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

- old
+ new

@@ -25,9 +25,17 @@ "type": "string", "maxLength": 32767 }, "waitForReply": { "type": "boolean" + }, + "basicAuthUsername": { + "type": "string", + "maxLength": 255 + }, + "basicAuthPassword": { + "type": "string", + "maxLength": 255 } }, "required": [ "name" ], \ No newline at end of file