mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: update credential doc links for google nodes (#4381)
This commit is contained in:
@@ -13,7 +13,7 @@ export class GmailOAuth2Api implements ICredentialType {
|
||||
name = 'gmailOAuth2';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Gmail OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
||||
Reference in New Issue
Block a user