Some minior improvements on Zoom-Node

This commit is contained in:
Jan Oberhauser
2020-07-06 15:05:05 +02:00
parent fcfef158cb
commit af4333f268
3 changed files with 86 additions and 82 deletions

View File

@@ -5,7 +5,7 @@ export class ZoomApi implements ICredentialType {
displayName = 'Zoom API';
properties = [
{
displayName: 'Access Token',
displayName: 'JTW Token',
name: 'accessToken',
type: 'string' as NodePropertyTypes,
default: ''