mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-09 22:24:05 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
d52d12d671
|
@ -6,7 +6,7 @@ import {
|
|||
|
||||
export class EgoiApi implements ICredentialType {
|
||||
name = 'egoiApi';
|
||||
displayName = 'e-goi API';
|
||||
displayName = 'E-goi API';
|
||||
documentationUrl = 'egoi';
|
||||
properties = [
|
||||
// The credentials to get from user and save encrypted.
|
||||
|
|
|
@ -26,15 +26,15 @@ import * as moment from 'moment-timezone';
|
|||
|
||||
export class Egoi implements INodeType {
|
||||
description: INodeTypeDescription = {
|
||||
displayName: 'e-goi',
|
||||
displayName: 'E-goi',
|
||||
name: 'egoi',
|
||||
icon: 'file:egoi.png',
|
||||
group: ['output'],
|
||||
version: 1,
|
||||
subtitle: '={{$parameter["operation"] + ": " + $parameter["resource"]}}',
|
||||
description: 'Consume e-goi API',
|
||||
description: 'Consume E-goi API',
|
||||
defaults: {
|
||||
name: 'e-goi',
|
||||
name: 'E-goi',
|
||||
color: '#4cacd6',
|
||||
},
|
||||
inputs: ['main'],
|
||||
|
|
Loading…
Reference in a new issue