mirror of
https://github.com/immich-app/immich
synced 2026-08-29 13:15:45 +00:00
19 lines
699 B
Markdown
19 lines
699 B
Markdown
|
|
# openapi.model.UserUpdateMeDto
|
||
|
|
|
||
|
|
## Load the model package
|
||
|
|
```dart
|
||
|
|
import 'package:openapi/api.dart';
|
||
|
|
```
|
||
|
|
|
||
|
|
## Properties
|
||
|
|
Name | Type | Description | Notes
|
||
|
|
------------ | ------------- | ------------- | -------------
|
||
|
|
**avatarColor** | [**Optional<UserAvatarColor?>**](UserAvatarColor.md) | | [optional]
|
||
|
|
**email** | **Optional<String?>** | User email | [optional]
|
||
|
|
**name** | **Optional<String?>** | User name | [optional]
|
||
|
|
**password** | **Optional<String?>** | User password (deprecated, use change password endpoint) | [optional]
|
||
|
|
|
||
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
||
|
|
|
||
|
|
|