immich/mobile/openapi/doc/UpdateAlbumDto.md
martin 31f7e1aca3
feat(server, web): album orders (#7819)
* feat: album orders

* fix: tests

* pr feedback

* pr feedback

* pr feedback

* fix: tests

* add comment

* pr feedback

* fix: rendering issue

* wording

* fix: order value doesn't change

---------

Co-authored-by: Alex Tran <alex.tran1502@gmail.com>
2024-03-14 11:45:03 -05:00

637 B
Generated

openapi.model.UpdateAlbumDto

Load the model package

import 'package:openapi/api.dart';

Properties

Name Type Description Notes
albumName String [optional]
albumThumbnailAssetId String [optional]
description String [optional]
isActivityEnabled bool [optional]
order AssetOrder [optional]

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