mirror of
https://github.com/immich-app/immich.git
synced 2024-12-23 02:06:15 +02:00
99da181cfc
* feat(web): favorite an asset * fix: test and linting * fix: asset dto type
16 lines
412 B
Markdown
16 lines
412 B
Markdown
# openapi.model.UpdateAssetDto
|
|
|
|
## Load the model package
|
|
```dart
|
|
import 'package:openapi/api.dart';
|
|
```
|
|
|
|
## Properties
|
|
Name | Type | Description | Notes
|
|
------------ | ------------- | ------------- | -------------
|
|
**isFavorite** | **bool** | |
|
|
|
|
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
|
|
|
|
|