mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
Add link to credential documentation for Pushover (#1103)
This commit is contained in:
parent
609a2a4791
commit
5b1c86bd72
|
@ -6,6 +6,7 @@ import {
|
||||||
export class PushoverApi implements ICredentialType {
|
export class PushoverApi implements ICredentialType {
|
||||||
name = 'pushoverApi';
|
name = 'pushoverApi';
|
||||||
displayName = 'Pushover API';
|
displayName = 'Pushover API';
|
||||||
|
documentationUrl = 'pushover';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue