mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -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 {
|
||||
name = 'theHiveApi';
|
||||
displayName = 'The Hive API';
|
||||
documentationUrl = 'theHive';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
|
Loading…
Reference in a new issue