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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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',