mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
✏️ Update copy
This commit is contained in:
parent
6d2bb7e18d
commit
e983266ce5
|
@ -226,20 +226,20 @@ export class HttpRequest implements INodeType {
|
|||
type: 'options',
|
||||
required: true,
|
||||
options: [
|
||||
{
|
||||
name: 'Node Credential',
|
||||
value: 'nodeCredential',
|
||||
description: 'Easiest. Use a credential from another node, like Google Sheets.',
|
||||
},
|
||||
{
|
||||
name: 'Generic Auth',
|
||||
value: 'genericAuth',
|
||||
description: 'Fully customizable. Choose between Basic, Header, OAuth2 and more.',
|
||||
},
|
||||
{
|
||||
name: 'None',
|
||||
value: 'none',
|
||||
},
|
||||
{
|
||||
name: 'Existing Credential Type',
|
||||
value: 'nodeCredential',
|
||||
description: 'We\'ve already implemented auth for many services so that you don\'t have to set it up manually',
|
||||
},
|
||||
{
|
||||
name: 'Generic Credential Type',
|
||||
value: 'genericAuth',
|
||||
description: 'Fully customizable. Choose between basic, header, OAuth2, etc.',
|
||||
},
|
||||
],
|
||||
default: 'none',
|
||||
displayOptions: {
|
||||
|
|
Loading…
Reference in a new issue