mirror of
https://github.com/immich-app/immich.git
synced 2024-12-19 00:32:49 +02:00
ef4136d327
* Added context menu for album opionts * choose asset for album thumbnail * Refactor UpdateAlbumDto to accept albumThumbnailAssetId * implemented changing album cover on web * Fixed api change on mobile app
17 lines
480 B
Markdown
Generated
17 lines
480 B
Markdown
Generated
# openapi.model.UpdateAlbumDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**albumName** | **String** | | [optional]
|
|
**albumThumbnailAssetId** | **String** | | [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)
|
|
|
|
|