mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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',
|
'PATCH',
|
||||||
'POST',
|
'POST',
|
||||||
'PUT',
|
'PUT',
|
||||||
|
'DELETE',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
@@ -493,6 +494,7 @@ export class HttpRequest implements INodeType {
|
|||||||
'PATCH',
|
'PATCH',
|
||||||
'POST',
|
'POST',
|
||||||
'PUT',
|
'PUT',
|
||||||
|
'DELETE',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user