Add credentials documentation link (#1237)

This commit is contained in:
Harshil Agrawal 2020-12-12 13:00:25 +05:30 committed by GitHub
parent 8942f403d4
commit 45d413de22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,6 +7,7 @@ import {
export class CortexApi implements ICredentialType { export class CortexApi implements ICredentialType {
name = 'cortexApi'; name = 'cortexApi';
displayName = 'Cortex API'; displayName = 'Cortex API';
documentationUrl = 'cortex';
properties = [ properties = [
{ {
displayName: 'API Key', displayName: 'API Key',