mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add credentials documentation link for Pushcut node (#1273)
This commit is contained in:
parent
44c28b3491
commit
406f0322eb
|
@ -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