mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -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 {
|
||||
name = 'pushcutApi';
|
||||
displayName = 'Pushcut API';
|
||||
documentationUrl = 'pushcut';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
|
Loading…
Reference in a new issue