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