mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add credentials documentation link for e-goi node (#1277)
This commit is contained in:
parent
914b90f4a9
commit
bfd967258c
|
@ -7,6 +7,7 @@ import {
|
||||||
export class EgoiApi implements ICredentialType {
|
export class EgoiApi implements ICredentialType {
|
||||||
name = 'egoiApi';
|
name = 'egoiApi';
|
||||||
displayName = 'e-goi API';
|
displayName = 'e-goi API';
|
||||||
|
documentationUrl = 'egoi';
|
||||||
properties = [
|
properties = [
|
||||||
// The credentials to get from user and save encrypted.
|
// The credentials to get from user and save encrypted.
|
||||||
// Properties can be defined exactly in the same way
|
// Properties can be defined exactly in the same way
|
||||||
|
|
Loading…
Reference in a new issue