forked from Cutlery/immich
		
	* 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>
		
			
				
	
	
		
			18 lines
		
	
	
		
			562 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			562 B
		
	
	
	
		
			Markdown
		
	
	
	
	
		
			Generated
		
	
	
| # openapi.model.AddAssetsResponseDto
 | |
| 
 | |
| ## Load the model package
 | |
| ```dart
 | |
| import 'package:openapi/api.dart';
 | |
| ```
 | |
| 
 | |
| ## Properties
 | |
| Name | Type | Description | Notes
 | |
| ------------ | ------------- | ------------- | -------------
 | |
| **successfullyAdded** | **int** |  | 
 | |
| **alreadyInAlbum** | **List<String>** |  | [default to const []]
 | |
| **album** | [**AlbumResponseDto**](AlbumResponseDto.md) |  | [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)
 | |
| 
 | |
| 
 |