mirror of
				https://github.com/KevinMidboe/immich.git
				synced 2025-10-29 17:40:28 +00:00 
			
		
		
		
	* 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] |