mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
docs: Change display name for WhatsApp Trigger API Credential (#10334)
This commit is contained in:
@@ -22,7 +22,7 @@ export class WhatsAppApi implements ICredentialType {
|
|||||||
required: true,
|
required: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Bussiness Account ID',
|
displayName: 'Business Account ID',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
name: 'businessAccountId',
|
name: 'businessAccountId',
|
||||||
default: '',
|
default: '',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n
|
|||||||
export class WhatsAppTriggerApi implements ICredentialType {
|
export class WhatsAppTriggerApi implements ICredentialType {
|
||||||
name = 'whatsAppTriggerApi';
|
name = 'whatsAppTriggerApi';
|
||||||
|
|
||||||
displayName = 'WhatsApp API';
|
displayName = 'WhatsApp OAuth API';
|
||||||
|
|
||||||
documentationUrl = 'whatsApp';
|
documentationUrl = 'whatsApp';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user