Add Mindee credential documnetation URL (#1019)

This commit is contained in:
Harshil Agrawal
2020-10-06 08:23:58 +00:00
committed by GitHub
parent 6cede362e4
commit 6588fdcf31
2 changed files with 2 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ import {
export class MindeeInvoiceApi implements ICredentialType {
name = 'mindeeInvoiceApi';
displayName = 'Mindee Invoice API';
documentationUrl = 'mindee';
properties = [
{
displayName: 'API Key',

View File

@@ -6,6 +6,7 @@ import {
export class MindeeReceiptApi implements ICredentialType {
name = 'mindeeReceiptApi';
displayName = 'Mindee Receipt API';
documentationUrl = 'mindee';
properties = [
{
displayName: 'API Key',