Skip to content

Commit

Permalink
[api] update user lang
Browse files Browse the repository at this point in the history
  • Loading branch information
ar2rsawseen committed Nov 30, 2015
1 parent 245759a commit b7fb012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/parts/mgmt/users.js
Expand Up @@ -58,6 +58,7 @@ var usersApi = {},
'username': { 'required': true, 'type': 'String' },
'password': { 'required': true, 'type': 'String' },
'email': { 'required': true, 'type': 'String' },
'lang': { 'required': false, 'type': 'String' },
'admin_of': { 'required': false, 'type': 'Array' },
'user_of': { 'required': false, 'type': 'Array' },
'global_admin': { 'required': false, 'type': 'Boolean' }
Expand Down Expand Up @@ -112,6 +113,7 @@ var usersApi = {},
'username': { 'required': false, 'type': 'String' },
'password': { 'required': false, 'type': 'String' },
'email': { 'required': false, 'type': 'String' },
'lang': { 'required': false, 'type': 'String' },
'admin_of': { 'required': false, 'type': 'Array' },
'user_of': { 'required': false, 'type': 'Array' },
'global_admin': { 'required': false, 'type': 'Boolean' },
Expand Down

0 comments on commit b7fb012

Please sign in to comment.