mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
⚡ Add credential documentation URL for the Gotify node (#1152)
This commit is contained in:
parent
7641d2ad81
commit
241fc064c2
|
@ -6,6 +6,7 @@ import {
|
||||||
export class GotifyApi implements ICredentialType {
|
export class GotifyApi implements ICredentialType {
|
||||||
name = 'gotifyApi';
|
name = 'gotifyApi';
|
||||||
displayName = 'Gotify API';
|
displayName = 'Gotify API';
|
||||||
|
documentationUrl = 'gotify';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'App API Token',
|
displayName: 'App API Token',
|
||||||
|
|
Loading…
Reference in a new issue