Add link to credential documentation for Pushover (#1103)

This commit is contained in:
Harshil Agrawal 2020-10-27 09:21:58 +00:00 committed by GitHub
parent 609a2a4791
commit 5b1c86bd72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,7 @@ import {
export class PushoverApi implements ICredentialType {
name = 'pushoverApi';
displayName = 'Pushover API';
documentationUrl = 'pushover';
properties = [
{
displayName: 'API Key',