Add credentials documentation link (#1236)

This commit is contained in:
Harshil Agrawal 2020-12-12 12:59:38 +05:30 committed by GitHub
parent 16438ea8f7
commit 8942f403d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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',