Update DropboxOAuth2Api.credentials.ts

This commit is contained in:
Rupenieks 2020-06-24 15:49:50 +02:00
parent b70cbe58ce
commit 737c44018a

View file

@ -11,13 +11,6 @@ export class DropboxOAuth2Api implements ICredentialType {
];
displayName = 'Dropbox OAuth2 API';
properties = [
{
displayName: 'Dropbox Server',
name: 'server',
type: 'string' as NodePropertyTypes,
default: 'https://api.dropboxapi.com',
description: 'The server to connect to. Does only have to get changed if Dropbox Enterprise gets used.',
},
{
displayName: 'Authorization URL',
name: 'authUrl',