mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-05-17 05:42:06 +00:00
Addressed test failures from users API changes
This commit is contained in:
parent
46e6e239dc
commit
c8be6ee8a6
5 changed files with 9 additions and 5 deletions
app/Http/Controllers
|
@ -140,6 +140,7 @@ class UserController extends Controller
|
|||
'language' => ['string'],
|
||||
'roles' => ['array'],
|
||||
'roles.*' => ['integer'],
|
||||
'external_auth_id' => ['string'],
|
||||
'profile_image' => array_merge(['nullable'], $this->getImageValidationRules()),
|
||||
]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue