mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(HTTP Request Node): Allow Delete requests with body (#2900)
delete request with body parameters Co-authored-by: Justin Halter <jhalter@weare5stones.com>
This commit is contained in:
@@ -470,6 +470,7 @@ export class HttpRequest implements INodeType {
|
||||
'PATCH',
|
||||
'POST',
|
||||
'PUT',
|
||||
'DELETE',
|
||||
],
|
||||
},
|
||||
},
|
||||
@@ -493,6 +494,7 @@ export class HttpRequest implements INodeType {
|
||||
'PATCH',
|
||||
'POST',
|
||||
'PUT',
|
||||
'DELETE',
|
||||
],
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user