From 241fc064c20eb35d416489ac206901677e8c18e2 Mon Sep 17 00:00:00 2001 From: Harshil Agrawal Date: Wed, 11 Nov 2020 20:16:52 +0530 Subject: [PATCH] :zap: Add credential documentation URL for the Gotify node (#1152) --- packages/nodes-base/credentials/GotifyApi.credentials.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/nodes-base/credentials/GotifyApi.credentials.ts b/packages/nodes-base/credentials/GotifyApi.credentials.ts index 5f90e6726b..e417f60592 100644 --- a/packages/nodes-base/credentials/GotifyApi.credentials.ts +++ b/packages/nodes-base/credentials/GotifyApi.credentials.ts @@ -6,6 +6,7 @@ import { export class GotifyApi implements ICredentialType { name = 'gotifyApi'; displayName = 'Gotify API'; + documentationUrl = 'gotify'; properties = [ { displayName: 'App API Token',