diff --git a/packages/nodes-base/credentials/EgoiApi.credentials.ts b/packages/nodes-base/credentials/EgoiApi.credentials.ts index 5a7049d886..7c7eee9402 100644 --- a/packages/nodes-base/credentials/EgoiApi.credentials.ts +++ b/packages/nodes-base/credentials/EgoiApi.credentials.ts @@ -7,6 +7,7 @@ import { export class EgoiApi implements ICredentialType { name = 'egoiApi'; displayName = 'e-goi API'; + documentationUrl = 'egoi'; properties = [ // The credentials to get from user and save encrypted. // Properties can be defined exactly in the same way @@ -18,4 +19,4 @@ export class EgoiApi implements ICredentialType { default: '', }, ]; -} \ No newline at end of file +}