mirror of
https://github.com/immich-app/immich.git
synced 2024-12-26 10:50:29 +02:00
d04f340b5b
* fix(server): user update * update dto * generate api * improve validation * add e2e tests for updating user --------- Co-authored-by: Michel Heusschen <59014050+michelheusschen@users.noreply.github.com>
668 B
Generated
668 B
Generated
openapi.model.UpdateUserDto
Load the model package
import 'package:openapi/api.dart';
Properties
Name | Type | Description | Notes |
---|---|---|---|
String | [optional] | ||
password | String | [optional] | |
firstName | String | [optional] | |
lastName | String | [optional] | |
id | String | ||
isAdmin | bool | [optional] | |
shouldChangePassword | bool | [optional] |