mirror of
https://github.com/immich-app/immich.git
synced 2024-12-20 00:38:24 +02:00
31f7e1aca3
* 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>
20 lines
637 B
Markdown
Generated
20 lines
637 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]
|
|
**description** | **String** | | [optional]
|
|
**isActivityEnabled** | **bool** | | [optional]
|
|
**order** | [**AssetOrder**](AssetOrder.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)
|
|
|
|
|