1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-01 09:51:16 +02:00
immich/mobile/openapi/doc/UpdateUserDto.md
Jason Rasmussen 380f719fd8
feat(server,web): update email address (#1186)
* feat: change email

* test: change email
2022-12-27 10:36:31 -06:00

719 B
Generated

openapi.model.UpdateUserDto

Load the model package

import 'package:openapi/api.dart';

Properties

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

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