Small improvements

This commit is contained in:
ricardo
2021-01-22 14:58:06 -05:00
parent 233a390075
commit 2ca9c6de7d
2 changed files with 11 additions and 7 deletions

View File

@@ -200,7 +200,7 @@ export class NextCloud implements INodeType {
options: [
{
name: 'Create',
value: 'Create',
value: 'create',
description: 'Invite a user to a NextCloud organization',
},
],
@@ -510,7 +510,7 @@ export class NextCloud implements INodeType {
// user:create
// ----------------------------------
{
displayName: 'User ID',
displayName: 'Username',
name: 'userId',
type: 'string',
default: '',
@@ -526,7 +526,7 @@ export class NextCloud implements INodeType {
},
},
placeholder: 'john',
description: 'The ID of the user to invite.',
description: 'Username the user will have.',
},
{
displayName: 'Email',
@@ -551,6 +551,7 @@ export class NextCloud implements INodeType {
displayName: 'Additional Fields',
name: 'additionalFields',
type: 'collection',
placeholder: 'Add Field',
default: {},
displayOptions: {
show: {