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