mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -08:00
⚡ Add credentials documentation link (#1236)
This commit is contained in:
parent
16438ea8f7
commit
8942f403d4
|
@ -6,6 +6,7 @@ import {
|
||||||
export class TheHiveApi implements ICredentialType {
|
export class TheHiveApi implements ICredentialType {
|
||||||
name = 'theHiveApi';
|
name = 'theHiveApi';
|
||||||
displayName = 'The Hive API';
|
displayName = 'The Hive API';
|
||||||
|
documentationUrl = 'theHive';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue