Add credential documentation URL for Strava (#1104)

* Add credential documentation URL for Strava

* 🔨 Fix the documentation URL
This commit is contained in:
Harshil Agrawal
2020-10-27 15:48:24 +00:00
committed by GitHub
parent ac346b125b
commit 958efa1578

View File

@@ -9,6 +9,7 @@ export class StravaOAuth2Api implements ICredentialType {
'oAuth2Api',
];
displayName = 'Strava OAuth2 API';
documentationUrl = 'strava';
properties = [
{
displayName: 'Authorization URL',