docs: Branding tweaks for Cal and Citrix ADC (no-changelog) (#10042)

This commit is contained in:
Jon
2024-07-15 15:16:41 +01:00
committed by GitHub
parent 0b021ab6a5
commit ef8c867ec7
12 changed files with 45 additions and 27 deletions

View File

@@ -8,6 +8,13 @@ export class AutomizyApi implements ICredentialType {
documentationUrl = 'automizy';
properties: INodeProperties[] = [
{
displayName:
'This service may no longer exist and will be removed from n8n in a future release.',
name: 'deprecated',
type: 'notice',
default: '',
},
{
displayName: 'API Token',
name: 'apiToken',

View File

@@ -5,12 +5,12 @@ import type {
INodeProperties,
} from 'n8n-workflow';
export class CitrixAdcApi implements ICredentialType {
export class NetscalerAdcApi implements ICredentialType {
name = 'citrixAdcApi';
displayName = 'Citrix ADC API';
displayName = 'Netscaler ADC API';
documentationUrl = 'citrixadc';
documentationUrl = 'netscaleradc';
properties: INodeProperties[] = [
{