mirror of
https://github.com/immich-app/immich.git
synced 2025-06-14 21:38:26 +02:00
feat: bulk change description (#18288)
Co-authored-by: Tamas Koos <ext_tamas.koos@btrl.ro>
This commit is contained in:
parent
fa45a26cff
commit
b63d6cdcd6
15 changed files with 122 additions and 9 deletions
open-api
|
@ -8605,6 +8605,9 @@
|
|||
"dateTimeOriginal": {
|
||||
"type": "string"
|
||||
},
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"duplicateId": {
|
||||
"nullable": true,
|
||||
"type": "string"
|
||||
|
|
|
@ -431,6 +431,7 @@ export type AssetMediaResponseDto = {
|
|||
};
|
||||
export type AssetBulkUpdateDto = {
|
||||
dateTimeOriginal?: string;
|
||||
description?: string;
|
||||
duplicateId?: string | null;
|
||||
ids: string[];
|
||||
isFavorite?: boolean;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue