mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-12 13:27:31 -08:00
🔀 Merge branch 'master' of github.com:n8n-io/n8n
This commit is contained in:
commit
530294aa45
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue