mirror of
https://github.com/n8n-io/n8n-nodes-starter.git
synced 2025-10-28 14:12:24 -05:00
⚡ Fix incorrect defaults
⚡ Remove Auth resource
This commit is contained in:
parent
0a60badec6
commit
b61ff785f0
2 changed files with 3 additions and 7 deletions
|
|
@ -52,11 +52,7 @@ export class HttpBin implements INodeType {
|
|||
{
|
||||
name: "HTTP Verbs",
|
||||
value: "httpverbs",
|
||||
},
|
||||
{
|
||||
name: "Auth Methods",
|
||||
value: "authmethods",
|
||||
},
|
||||
}
|
||||
],
|
||||
default: "httpverbs",
|
||||
},
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@ export const httpVerbOperations: Array<INodeProperties> = [
|
|||
const getOperation: Array<INodeProperties> = [
|
||||
{
|
||||
name: "typeofData",
|
||||
default: "queryParameterOption",
|
||||
default: "queryParameter",
|
||||
description: "Select type of data to send [Query Parameters]",
|
||||
displayName: "Type of Data",
|
||||
displayOptions: {
|
||||
|
|
@ -124,7 +124,7 @@ const getOperation: Array<INodeProperties> = [
|
|||
const deleteOperation: Array<INodeProperties> = [
|
||||
{
|
||||
name: "typeofData",
|
||||
default: "queryParameterOption",
|
||||
default: "queryParameter",
|
||||
description:
|
||||
"Select type of data to send [Query Parameter Arguments, JSON-Body]",
|
||||
displayName: "Type of Data",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue