mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 21:07:28 -08:00
⚡ Added credential documentation URL for Line node (#1150)
This commit is contained in:
parent
241fc064c2
commit
a800a84078
|
@ -9,6 +9,7 @@ export class LineNotifyOAuth2Api implements ICredentialType {
|
|||
'oAuth2Api',
|
||||
];
|
||||
displayName = 'Line Notify OAuth2 API';
|
||||
documentationUrl = 'line';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'Authorization URL',
|
||||
|
|
Loading…
Reference in a new issue