mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-12 15:44:06 -08:00
Add link to credential documentation (#1066)
This commit is contained in:
parent
86d5681517
commit
a77e96592f
|
@ -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',
|
||||||
|
|
Loading…
Reference in a new issue