mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
feat(HighLevel Node): Api v2 support, new node version (#9554)
This commit is contained in:
@@ -66,6 +66,9 @@ export class OAuth2Api implements ICredentialType {
|
||||
default: '',
|
||||
required: true,
|
||||
},
|
||||
// WARNING: if you are extending from this credentials and allow user to set their own scopes
|
||||
// you HAVE TO add it to GENERIC_OAUTH2_CREDENTIALS_WITH_EDITABLE_SCOPE in packages/cli/src/constants.ts
|
||||
// track any updates to this behavior in N8N-7424
|
||||
{
|
||||
displayName: 'Scope',
|
||||
name: 'scope',
|
||||
|
||||
Reference in New Issue
Block a user