fix deal noe update

This commit is contained in:
quansenB 2019-10-25 18:23:34 +02:00
parent 5b335c1578
commit ccfcd6fc68

View file

@ -1129,7 +1129,7 @@ export class ActiveCampaign implements INodeType {
// ----------------------------------
// deal:updateNote
// ----------------------------------
requestMethod = 'POST'
requestMethod = 'PUT'
body.note = {
note: this.getNodeParameter('dealNote', i) as string,