Skip to content

Commit 4c6f89b

Browse files
authored
Merge pull request #2 from openintegrationhub/weberjm-move-description
Move description to top level of functions
2 parents bc48a89 + 036df5c commit 4c6f89b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

component.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"httpRequestTrigger": {
2121
"main": "./lib/triggers/httpRequestTrigger.js",
2222
"title": "HTTP request",
23+
"description": "Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow",
2324
"help": {
24-
"description": "Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow",
2525
"link": "/components/rest-api/index.html#http-request"
2626
},
2727
"type": "polling",
@@ -82,8 +82,8 @@
8282
"httpRequestAction": {
8383
"main": "./lib/actions/httpRequestAction.js",
8484
"title": "HTTP request",
85+
"description": "Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow",
8586
"help": {
86-
"description": "Will send a GET/POST/PUT/DELETE HTTP request and parse the response back to the flow",
8787
"link": "/components/rest-api/index.html#http-request-1"
8888
},
8989
"metadata": {

0 commit comments

Comments
 (0)