immich/mobile/openapi/doc/AddAssetsResponseDto.md
Matthias Rupp ea99567805
feat(server) Extend PUT /album/:id/assets endpoint (#857)
* 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>
2022-10-28 14:54:09 -05:00

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]

[Back to Model list] [Back to API list] [Back to README]