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

View file

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