Skip to content

Commit

Permalink
feat(HTTP Request Node): Allow Delete requests with body (#2900)
Browse files Browse the repository at this point in the history
delete request with body parameters

Co-authored-by: Justin Halter <jhalter@weare5stones.com>
  • Loading branch information
jhaltercmu2020 and Justin Halter authored Mar 19, 2022
1 parent 846e866 commit 8a88f94
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/nodes-base/nodes/HttpRequest/HttpRequest.node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,6 +470,7 @@ export class HttpRequest implements INodeType {
'PATCH',
'POST',
'PUT',
'DELETE',
],
},
},
Expand All @@ -493,6 +494,7 @@ export class HttpRequest implements INodeType {
'PATCH',
'POST',
'PUT',
'DELETE',
],
},
},
Expand Down

0 comments on commit 8a88f94

Please sign in to comment.