mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
docs: Fix missing and invalid documentation urls for various credentials (no-changelog) (#6893)
This commit is contained in:
parent
0339732378
commit
d396935281
|
@ -10,6 +10,8 @@ export class AlienVaultApi implements ICredentialType {
|
|||
|
||||
displayName = 'AlienVault API';
|
||||
|
||||
documentationUrl = 'alienvault';
|
||||
|
||||
icon = 'file:icons/AlienVault.png';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -12,6 +12,8 @@ export class Auth0ManagementApi implements ICredentialType {
|
|||
|
||||
displayName = 'Auth0 Management API';
|
||||
|
||||
documentationUrl = 'auth0management';
|
||||
|
||||
icon = 'file:icons/Auth0.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class CiscoMerakiApi implements ICredentialType {
|
|||
|
||||
displayName = 'Cisco Meraki API';
|
||||
|
||||
documentationUrl = 'ciscomeraki';
|
||||
|
||||
icon = 'file:icons/Cisco.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -13,6 +13,8 @@ export class CiscoSecureEndpointApi implements ICredentialType {
|
|||
|
||||
displayName = 'Cisco Secure Endpoint (AMP) API';
|
||||
|
||||
documentationUrl = 'ciscosecureendpoint';
|
||||
|
||||
icon = 'file:icons/Cisco.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -12,6 +12,8 @@ export class CiscoUmbrellaApi implements ICredentialType {
|
|||
|
||||
displayName = 'Cisco Umbrella API';
|
||||
|
||||
documentationUrl = 'ciscoumbrella';
|
||||
|
||||
icon = 'file:icons/Cisco.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -12,6 +12,8 @@ export class CrowdStrikeOAuth2Api implements ICredentialType {
|
|||
|
||||
displayName = 'CrowdStrike OAuth2 API';
|
||||
|
||||
documentationUrl = 'crowdstrike';
|
||||
|
||||
icon = 'file:icons/CrowdStrike.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class F5BigIpApi implements ICredentialType {
|
|||
|
||||
displayName = 'F5 Big-IP API';
|
||||
|
||||
documentationUrl = 'f5bigip';
|
||||
|
||||
icon = 'file:icons/F5.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class FortiGateApi implements ICredentialType {
|
|||
|
||||
displayName = 'Fortinet FortiGate API';
|
||||
|
||||
documentationUrl = 'fortigate';
|
||||
|
||||
icon = 'file:icons/Fortinet.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class HybridAnalysisApi implements ICredentialType {
|
|||
|
||||
displayName = 'Hybrid Analysis API';
|
||||
|
||||
documentationUrl = 'hybridanalysis';
|
||||
|
||||
icon = 'file:icons/Hybrid.png';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class ImpervaWafApi implements ICredentialType {
|
|||
|
||||
displayName = 'Imperva WAF API';
|
||||
|
||||
documentationUrl = 'impervawaf';
|
||||
|
||||
icon = 'file:icons/Imperva.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -10,6 +10,8 @@ export class KibanaApi implements ICredentialType {
|
|||
|
||||
displayName = 'Kibana API';
|
||||
|
||||
documentationUrl = 'kibana';
|
||||
|
||||
icon = 'file:icons/Kibana.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -9,7 +9,7 @@ export class MicrosoftEntraOAuth2Api implements ICredentialType {
|
|||
|
||||
icon = 'file:icons/Azure.svg';
|
||||
|
||||
documentationUrl = 'microsoft';
|
||||
documentationUrl = 'microsoftentra';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
|
|
|
@ -10,6 +10,8 @@ export class OktaApi implements ICredentialType {
|
|||
|
||||
displayName = 'Okta API';
|
||||
|
||||
documentationUrl = 'okta';
|
||||
|
||||
icon = 'file:icons/Okta.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class OpenCTIApi implements ICredentialType {
|
|||
|
||||
displayName = 'OpenCTI API';
|
||||
|
||||
documentationUrl = 'opencti';
|
||||
|
||||
icon = 'file:icons/OpenCTI.png';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -5,6 +5,8 @@ export class TrellixEpoApi implements ICredentialType {
|
|||
|
||||
displayName = 'Trellix (McAfee) ePolicy Orchestrator API';
|
||||
|
||||
documentationUrl = 'trellixepo';
|
||||
|
||||
icon = 'file:icons/Trellix.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -10,6 +10,8 @@ export class VirusTotalApi implements ICredentialType {
|
|||
|
||||
displayName = 'Virus Total API';
|
||||
|
||||
documentationUrl = 'virustotal';
|
||||
|
||||
icon = 'file:icons/VirusTotal.svg';
|
||||
|
||||
properties: INodeProperties[] = [
|
||||
|
|
|
@ -12,7 +12,7 @@ export class ZscalerZiaApi implements ICredentialType {
|
|||
|
||||
displayName = 'Zscaler ZIA API';
|
||||
|
||||
documentationUrl = 'zscaler';
|
||||
documentationUrl = 'zscalerzia';
|
||||
|
||||
icon = 'file:icons/Zscaler.svg';
|
||||
|
||||
|
|
Loading…
Reference in a new issue