mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 10:24:58 -04:00 
			
		
		
		
	* feat: disable activity * fix: disable reactions * fix: tests * fix: tests * fix: tests * pr feedback * pr feedback * chore: styling & wording * refactor component --------- Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
		
			
				
	
	
		
			19 lines
		
	
	
		
			576 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			576 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
| # openapi.model.UpdateAlbumDto
 | |
| 
 | |
| ## Load the model package
 | |
| ```dart
 | |
| import 'package:openapi/api.dart';
 | |
| ```
 | |
| 
 | |
| ## Properties
 | |
| Name | Type | Description | Notes
 | |
| ------------ | ------------- | ------------- | -------------
 | |
| **albumName** | **String** |  | [optional] 
 | |
| **albumThumbnailAssetId** | **String** |  | [optional] 
 | |
| **description** | **String** |  | [optional] 
 | |
| **isActivityEnabled** | **bool** |  | [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)
 | |
| 
 | |
| 
 |