fix(HTTP Request Node): Duplicate key names support for form data (#9040)

Co-authored-by: Marcus <marcus@n8n.io>
This commit is contained in:
Michael Kret
2024-04-10 11:09:20 +03:00
committed by GitHub
parent 58518b684b
commit 3e231dbfe6
3 changed files with 26 additions and 3 deletions

View File

@@ -49,7 +49,7 @@ export class HttpRequestV3 implements INodeType {
this.description = {
...baseDescription,
subtitle: '={{$parameter["method"] + ": " + $parameter["url"]}}',
version: [3, 4, 4.1],
version: [3, 4, 4.1, 4.2],
defaults: {
name: 'HTTP Request',
color: '#0004F5',