Fix UI and API call for each operations

This commit is contained in:
trojanh
2020-01-29 12:34:52 +05:30
parent 7b50a4bcfd
commit a852af6530
11 changed files with 291 additions and 46 deletions

View File

@@ -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: '',