🔀 Merge branch 'master' of github.com:n8n-io/n8n

This commit is contained in:
Jan Oberhauser 2020-12-24 22:13:39 +01:00
commit 530294aa45

View file

@ -6,6 +6,7 @@ import {
export class PushcutApi implements ICredentialType { export class PushcutApi implements ICredentialType {
name = 'pushcutApi'; name = 'pushcutApi';
displayName = 'Pushcut API'; displayName = 'Pushcut API';
documentationUrl = 'pushcut';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',