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:
@@ -6,7 +6,7 @@ export class GoogleBooksOAuth2Api implements ICredentialType {
|
||||
name = 'googleBooksOAuth2Api';
|
||||
extends = ['googleOAuth2Api'];
|
||||
displayName = 'Google Books OAuth2 API';
|
||||
documentationUrl = 'google';
|
||||
documentationUrl = 'google/oauth-single-service';
|
||||
properties: INodeProperties[] = [
|
||||
{
|
||||
displayName: 'Scope',
|
||||
|
||||
Reference in New Issue
Block a user