mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add documentationUrls for several nodes (#940)
This commit is contained in:
@@ -7,6 +7,7 @@ import {
|
||||
export class ContentfulApi implements ICredentialType {
|
||||
name = 'contentfulApi';
|
||||
displayName = 'Contenful API';
|
||||
documentationUrl = 'contentful';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Space ID',
|
||||
|
||||
@@ -7,6 +7,7 @@ import {
|
||||
export class ConvertKitApi implements ICredentialType {
|
||||
name = 'convertKitApi';
|
||||
displayName = 'ConvertKit API';
|
||||
documentationUrl = 'convertKit';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Secret',
|
||||
|
||||
@@ -6,6 +6,7 @@ import {
|
||||
export class SentryIoApi implements ICredentialType {
|
||||
name = 'sentryIoApi';
|
||||
displayName = 'Sentry.io API';
|
||||
documentationUrl = 'sentryIo';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Token',
|
||||
|
||||
@@ -9,6 +9,7 @@ export class SentryIoOAuth2Api implements ICredentialType {
|
||||
'oAuth2Api',
|
||||
];
|
||||
displayName = 'Sentry.io OAuth2 API';
|
||||
documentationUrl = 'sentryIo';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
|
||||
Reference in New Issue
Block a user