mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Fix UI and API call for each operations
This commit is contained in:
@@ -29,7 +29,7 @@ export const userOperations = [
|
||||
description: 'Get data of all users',
|
||||
},
|
||||
],
|
||||
default: 'create',
|
||||
default: 'me',
|
||||
description: 'The operation to perform.',
|
||||
},
|
||||
|
||||
@@ -127,7 +127,7 @@ export const userFields = [
|
||||
/* user:get */
|
||||
/* -------------------------------------------------------------------------- */
|
||||
{
|
||||
displayName: 'Client Id',
|
||||
displayName: 'User Id',
|
||||
name: 'id',
|
||||
type: 'string',
|
||||
default: '',
|
||||
|
||||
Reference in New Issue
Block a user