mirror of
				https://github.com/immich-app/immich.git
				synced 2025-10-30 18:35:00 -04:00 
			
		
		
		
	* Add new query parameter to API endpoint that allows adding assets to albums which potentially contain assets that are already part of this album. * Change API endpoint * Generate new APIs * Fixed test Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
		
			
				
	
	
	
		
			562 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			562 B
		
	
	
	
	
	
	
	
openapi.model.AddAssetsResponseDto
Load the model package
import 'package:openapi/api.dart';
Properties
| Name | Type | Description | Notes | 
|---|---|---|---|
| successfullyAdded | int | ||
| alreadyInAlbum | List | [default to const []] | |
| album | AlbumResponseDto | [optional] |