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