Add documentationUrl to FacebookGraphAppApi credential

This commit is contained in:
Jan Oberhauser 2020-11-04 13:11:49 +01:00
parent 9465653fab
commit 3c62402f9c

View file

@ -6,6 +6,7 @@ import {
export class FacebookGraphAppApi implements ICredentialType {
name = 'facebookGraphAppApi';
displayName = 'Facebook Graph API (App)';
documentationUrl = 'facebookGraphApp';
extends = [
'facebookGraphApi',
];