mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +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,
|
||||
},
|
||||
{
|
||||
displayName: 'Bussiness Account ID',
|
||||
displayName: 'Business Account ID',
|
||||
type: 'string',
|
||||
name: 'businessAccountId',
|
||||
default: '',
|
||||
|
||||
@@ -3,7 +3,7 @@ import type { ICredentialTestRequest, ICredentialType, INodeProperties } from 'n
|
||||
export class WhatsAppTriggerApi implements ICredentialType {
|
||||
name = 'whatsAppTriggerApi';
|
||||
|
||||
displayName = 'WhatsApp API';
|
||||
displayName = 'WhatsApp OAuth API';
|
||||
|
||||
documentationUrl = 'whatsApp';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user