mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
fix deal noe update
This commit is contained in:
parent
5b335c1578
commit
ccfcd6fc68
|
@ -1129,7 +1129,7 @@ export class ActiveCampaign implements INodeType {
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
// deal:updateNote
|
// deal:updateNote
|
||||||
// ----------------------------------
|
// ----------------------------------
|
||||||
requestMethod = 'POST'
|
requestMethod = 'PUT'
|
||||||
|
|
||||||
body.note = {
|
body.note = {
|
||||||
note: this.getNodeParameter('dealNote', i) as string,
|
note: this.getNodeParameter('dealNote', i) as string,
|
||||||
|
|
Loading…
Reference in a new issue