mirror of
https://github.com/immich-app/immich
synced 2026-08-22 13:13:05 +00:00
606 B
606 B
openapi.model.ChangePasswordDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| invalidateSessions | Optional<bool?> | Invalidate all other sessions | [optional] [default to false] |
| newPassword | String | New password (min 8 characters) | |
| password | String | Current password |