Add Strapi credentials documentation link (#1164)

This commit is contained in:
Harshil Agrawal
2020-11-16 15:05:09 +05:30
committed by GitHub
parent 59ecc0e9c1
commit 032e2dfae5

View File

@@ -6,6 +6,7 @@ import {
export class StrapiApi implements ICredentialType { export class StrapiApi implements ICredentialType {
name = 'strapiApi'; name = 'strapiApi';
displayName = 'Strapi API'; displayName = 'Strapi API';
documentationUrl = 'strapi';
properties = [ properties = [
{ {
displayName: 'Email', displayName: 'Email',