mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
Add link to credential documentation (#1066)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
|||||||
export class AutomizyApi implements ICredentialType {
|
export class AutomizyApi implements ICredentialType {
|
||||||
name = 'automizyApi';
|
name = 'automizyApi';
|
||||||
displayName = 'Automizy API';
|
displayName = 'Automizy API';
|
||||||
|
documentationUrl = 'automizy';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Token',
|
displayName: 'API Token',
|
||||||
|
|||||||
Reference in New Issue
Block a user