mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Added credential documentation URL for Line node (#1150)
This commit is contained in:
@@ -9,6 +9,7 @@ export class LineNotifyOAuth2Api implements ICredentialType {
|
|||||||
'oAuth2Api',
|
'oAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Line Notify OAuth2 API';
|
displayName = 'Line Notify OAuth2 API';
|
||||||
|
documentationUrl = 'line';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Authorization URL',
|
displayName: 'Authorization URL',
|
||||||
|
|||||||
Reference in New Issue
Block a user