File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 20
20
"httpRequestTrigger" : {
21
21
"main" : " ./lib/triggers/httpRequestTrigger.js" ,
22
22
"title" : " HTTP request" ,
23
+ "description" : " Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow" ,
23
24
"help" : {
24
- "description" : " Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow" ,
25
25
"link" : " /components/rest-api/index.html#http-request"
26
26
},
27
27
"type" : " polling" ,
82
82
"httpRequestAction" : {
83
83
"main" : " ./lib/actions/httpRequestAction.js" ,
84
84
"title" : " HTTP request" ,
85
+ "description" : " Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow" ,
85
86
"help" : {
86
- "description" : " Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow" ,
87
87
"link" : " /components/rest-api/index.html#http-request-1"
88
88
},
89
89
"metadata" : {
You can’t perform that action at this time.
0 commit comments