1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-26 10:50:29 +02:00
immich/mobile/openapi/doc/UpdateUserDto.md
Alex d04f340b5b
fix(server): user update (#2143)
* 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>
2023-04-01 11:43:45 -05:00

668 B
Generated

openapi.model.UpdateUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
email String [optional]
password String [optional]
firstName String [optional]
lastName String [optional]
id String
isAdmin bool [optional]
shouldChangePassword bool [optional]

[Back to Model list] [Back to API list] [Back to README]