mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 11:23:47 +02:00
api(application): allow updating a user's role
This commit is contained in:
@@ -21,7 +21,7 @@ class StoreUserRequest extends ApplicationApiRequest
|
||||
'username',
|
||||
'password',
|
||||
'language',
|
||||
'root_admin',
|
||||
'admin_role_id',
|
||||
])->toArray();
|
||||
|
||||
$response['first_name'] = $rules['name_first'];
|
||||
|
||||
Reference in New Issue
Block a user