@@ -45,10 +45,10 @@ export const httpVerbOperations: INodeProperties[] = [
4545// We do that by adding `operation: ["get"]` to `displayOptions.show`
4646const getOperation : INodeProperties [ ] = [
4747 {
48+ displayName : 'Type of Data' ,
4849 name : 'typeofData' ,
4950 default : 'queryParameter' ,
5051 description : 'Select type of data to send [Query Parameters]' ,
51- displayName : 'Type of Data' ,
5252 displayOptions : {
5353 show : {
5454 resource : [ 'httpVerb' ] ,
@@ -65,10 +65,10 @@ const getOperation: INodeProperties[] = [
6565 required : true ,
6666 } ,
6767 {
68+ displayName : 'Query Parameters' ,
6869 name : 'arguments' ,
6970 default : { } ,
7071 description : "The request's query parameters" ,
71- displayName : 'Query Parameters' ,
7272 displayOptions : {
7373 show : {
7474 resource : [ 'httpVerb' ] ,
@@ -116,10 +116,10 @@ const getOperation: INodeProperties[] = [
116116// We do that by adding `operation: ["delete"]` to `displayOptions.show`
117117const deleteOperation : INodeProperties [ ] = [
118118 {
119+ displayName : 'Type of Data' ,
119120 name : 'typeofData' ,
120121 default : 'queryParameter' ,
121122 description : 'Select type of data to send [Query Parameter Arguments, JSON-Body]' ,
122- displayName : 'Type of Data' ,
123123 displayOptions : {
124124 show : {
125125 resource : [ 'httpVerb' ] ,
@@ -140,10 +140,10 @@ const deleteOperation: INodeProperties[] = [
140140 type : 'options' ,
141141 } ,
142142 {
143+ displayName : 'Query Parameters' ,
143144 name : 'arguments' ,
144145 default : { } ,
145146 description : "The request's query parameters" ,
146- displayName : 'Query Parameters' ,
147147 displayOptions : {
148148 show : {
149149 resource : [ 'httpVerb' ] ,
@@ -187,10 +187,10 @@ const deleteOperation: INodeProperties[] = [
187187 } ,
188188 } ,
189189 {
190+ displayName : 'JSON Object' ,
190191 name : 'arguments' ,
191192 default : { } ,
192193 description : "The request's JSON properties" ,
193- displayName : 'JSON Object' ,
194194 displayOptions : {
195195 show : {
196196 resource : [ 'httpVerb' ] ,
0 commit comments