mirror of
https://github.com/immich-app/immich.git
synced 2024-11-16 10:28:54 -07:00
ea99567805
* 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] |