Fix output type for request tools - get, put, post, and delete (#5044)

This commit is contained in:
Ilango
2025-08-08 15:16:49 +05:30
committed by GitHub
parent 3b1b4dc5f9
commit 9181ae2879
4 changed files with 4 additions and 4 deletions
@@ -33,7 +33,7 @@ class RequestsPut_Tools implements INode {
this.icon = 'put.png'
this.category = 'Tools'
this.description = 'Execute HTTP PUT requests'
this.baseClasses = [this.type, ...getBaseClasses(RequestsPutTool)]
this.baseClasses = [this.type, ...getBaseClasses(RequestsPutTool), 'Tool']
this.inputs = [
{
label: 'URL',