mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add documentationUrl to FacebookGraphAppApi credential
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
export class FacebookGraphAppApi implements ICredentialType {
|
||||
name = 'facebookGraphAppApi';
|
||||
displayName = 'Facebook Graph API (App)';
|
||||
documentationUrl = 'facebookGraphApp';
|
||||
extends = [
|
||||
'facebookGraphApi',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user