mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Add body support for PUT requests
This commit is contained in:
parent
93cb56792d
commit
7a98291110
|
@ -268,6 +268,7 @@ export class HttpRequest implements INodeType {
|
|||
],
|
||||
requestMethod: [
|
||||
'POST',
|
||||
'PUT',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
@ -289,6 +290,7 @@ export class HttpRequest implements INodeType {
|
|||
],
|
||||
requestMethod: [
|
||||
'POST',
|
||||
'PUT',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue