mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
⚡ Add Mindee credential documnetation URL (#1019)
This commit is contained in:
@@ -6,6 +6,7 @@ import {
|
||||
export class MindeeInvoiceApi implements ICredentialType {
|
||||
name = 'mindeeInvoiceApi';
|
||||
displayName = 'Mindee Invoice API';
|
||||
documentationUrl = 'mindee';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
||||
@@ -6,6 +6,7 @@ import {
|
||||
export class MindeeReceiptApi implements ICredentialType {
|
||||
name = 'mindeeReceiptApi';
|
||||
displayName = 'Mindee Receipt API';
|
||||
documentationUrl = 'mindee';
|
||||
properties = [
|
||||
{
|
||||
displayName: 'API Key',
|
||||
|
||||
Reference in New Issue
Block a user