mirror of
https://github.com/immich-app/immich.git
synced 2025-12-29 01:11:52 +03:00
fix(server): tag upsert (#12141)
This commit is contained in:
@@ -12024,6 +12024,9 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"parentId": {
|
||||
"type": "string"
|
||||
},
|
||||
"updatedAt": {
|
||||
"format": "date-time",
|
||||
"type": "string"
|
||||
|
||||
@@ -232,6 +232,7 @@ export type TagResponseDto = {
|
||||
createdAt: string;
|
||||
id: string;
|
||||
name: string;
|
||||
parentId?: string;
|
||||
updatedAt: string;
|
||||
value: string;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user