mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -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 {
|
||||
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',
|
||||
|
|
Loading…
Reference in a new issue