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 {
|
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