Add credential documentation URL for the Gotify node (#1152)

This commit is contained in:
Harshil Agrawal 2020-11-11 20:16:52 +05:30 committed by GitHub
parent 7641d2ad81
commit 241fc064c2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ import {
export class GotifyApi implements ICredentialType {
name = 'gotifyApi';
displayName = 'Gotify API';
documentationUrl = 'gotify';
properties = [
{
displayName: 'App API Token',