mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
⚡ Add Mindee credential documnetation URL (#1019)
This commit is contained in:
parent
6cede362e4
commit
6588fdcf31
|
@ -6,6 +6,7 @@ import {
|
||||||
export class MindeeInvoiceApi implements ICredentialType {
|
export class MindeeInvoiceApi implements ICredentialType {
|
||||||
name = 'mindeeInvoiceApi';
|
name = 'mindeeInvoiceApi';
|
||||||
displayName = 'Mindee Invoice API';
|
displayName = 'Mindee Invoice API';
|
||||||
|
documentationUrl = 'mindee';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
|
@ -6,6 +6,7 @@ import {
|
||||||
export class MindeeReceiptApi implements ICredentialType {
|
export class MindeeReceiptApi implements ICredentialType {
|
||||||
name = 'mindeeReceiptApi';
|
name = 'mindeeReceiptApi';
|
||||||
displayName = 'Mindee Receipt API';
|
displayName = 'Mindee Receipt API';
|
||||||
|
documentationUrl = 'mindee';
|
||||||
properties = [
|
properties = [
|
||||||
{
|
{
|
||||||
displayName: 'API Key',
|
displayName: 'API Key',
|
||||||
|
|
Loading…
Reference in a new issue