add note for credentials scopes

This commit is contained in:
Stamsy 2024-10-27 02:15:53 +03:00
parent 94e44a9ce0
commit dc856111a1

View file

@ -61,5 +61,15 @@ export class HighLevelOAuth2Api implements ICredentialType {
type: 'hidden',
default: 'body',
},
{
displayName:
'Make sure your credentials include the required OAuth scopes for all actions this node performs.',
name: 'notice',
type: 'notice',
default: '',
displayOptions: {
hideOnCloud: true,
},
},
];
}