mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -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',
|
'oAuth2Api',
|
||||||
];
|
];
|
||||||
displayName = 'Line Notify OAuth2 API';
|
displayName = 'Line Notify OAuth2 API';
|
||||||
|
documentationUrl = 'line';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'Authorization URL',
|
displayName: 'Authorization URL',
|
||||||
|
|
Loading…
Reference in a new issue